Interface RoleMappingResource
@Consumes("application/json")
@Produces("application/json")
public interface RoleMappingResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Summary
Modifier and TypeMethodDescriptionclientLevel(String clientUUID) org.keycloak.representations.idm.MappingsRepresentationgetAll()
-
Method Details
-
getAll
@GET org.keycloak.representations.idm.MappingsRepresentation getAll() -
realmLevel
-
clientLevel
@Path("clients/{clientUUID}") RoleScopeResource clientLevel(@PathParam("clientUUID") String clientUUID)
-