@Consumes(value="application/json")
@Produces(value="application/json")
public interface RoleMappingResource
Modifier and Type | Method and Description |
---|---|
RoleScopeResource |
clientLevel(String clientId) |
org.keycloak.representations.idm.MappingsRepresentation |
getAll() |
RoleScopeResource |
realmLevel() |
@GET org.keycloak.representations.idm.MappingsRepresentation getAll()
@Path(value="realm") RoleScopeResource realmLevel()
@Path(value="clients/{clientId}") RoleScopeResource clientLevel(@PathParam(value="clientId") String clientId)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.