Interface ClientScopesResource
public interface ClientScopesResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Summary
-
Method Details
-
get
-
create
@POST @Consumes("application/json") jakarta.ws.rs.core.Response create(org.keycloak.representations.idm.ClientScopeRepresentation clientScopeRepresentation) -
findAll
@GET @Produces("application/json") List<org.keycloak.representations.idm.ClientScopeRepresentation> findAll()
-