Interface ClientScopeResource
public interface ClientScopeResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Details
-
getProtocolMappers
-
getScopeMappings
-
toRepresentation
@GET @Produces("application/json") org.keycloak.representations.idm.ClientScopeRepresentation toRepresentation() -
update
@PUT @Consumes("application/json") void update(org.keycloak.representations.idm.ClientScopeRepresentation rep) -
remove
@DELETE void remove()
-