Interface RoleMappingResource
-
@Consumes("application/json") @Produces("application/json") public interface RoleMappingResource- Since:
- 0.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleScopeResourceclientLevel(String clientId)org.keycloak.representations.idm.MappingsRepresentationgetAll()RoleScopeResourcerealmLevel()
-
-
-
Method Detail
-
getAll
@GET org.keycloak.representations.idm.MappingsRepresentation getAll()
-
realmLevel
@Path("realm") RoleScopeResource realmLevel()
-
clientLevel
@Path("clients/{clientId}") RoleScopeResource clientLevel(@PathParam("clientId") String clientId)
-
-