Interface RoleMappingResource


@Consumes("application/json") @Produces("application/json") public interface RoleMappingResource
Author:
rodrigo.sasaki@icarros.com.br
  • Method Details

    • getAll

      @GET org.keycloak.representations.idm.MappingsRepresentation getAll()
    • realmLevel

      @Path("realm") RoleScopeResource realmLevel()
    • clientLevel

      @Path("clients/{clientUUID}") RoleScopeResource clientLevel(@PathParam("clientUUID") String clientUUID)