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