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