Interface RoleMappingResource
-
@Consumes("application/json") @Produces("application/json") public interface RoleMappingResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleScopeResource
clientLevel(String clientUUID)
MappingsRepresentation
getAll()
RoleScopeResource
realmLevel()
-
-
-
Method Detail
-
getAll
@GET MappingsRepresentation getAll()
-
realmLevel
@Path("realm") RoleScopeResource realmLevel()
-
clientLevel
@Path("clients/{clientUUID}") RoleScopeResource clientLevel(@PathParam("clientUUID") String clientUUID)
-
-