Interface RoleMappingResource
@Consumes("application/json")
@Produces("application/json")
public interface RoleMappingResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Summary
-
Method Details
-
getAll
-
realmLevel
-
clientLevel
@Path("clients/{clientUUID}") RoleScopeResource clientLevel(@PathParam("clientUUID") String clientUUID)
-