public interface ClientScopeResource
Modifier and Type | Method and Description |
---|---|
ProtocolMappersResource |
getProtocolMappers() |
RoleMappingResource |
getScopeMappings() |
void |
remove() |
ClientScopeRepresentation |
toRepresentation() |
void |
update(ClientScopeRepresentation rep) |
@Path(value="protocol-mappers") ProtocolMappersResource getProtocolMappers()
@Path(value="/scope-mappings") RoleMappingResource getScopeMappings()
@GET @Produces(value="application/json") ClientScopeRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(ClientScopeRepresentation rep)
@DELETE void remove()
Copyright © 2020 JBoss by Red Hat. All rights reserved.