public interface OAuthClientResource
Modifier and Type | Method and Description |
---|---|
CredentialRepresentation |
generateNewSecret() |
String |
getInstallationJson() |
ProtocolMappersResource |
getProtocolMappers() |
RoleMappingResource |
getScopeMappings() |
CredentialRepresentation |
getSecret() |
void |
remove() |
OAuthClientRepresentation |
toRepresentation() |
void |
update(OAuthClientRepresentation oAuthClientRepresentation) |
@Path(value="protocol-mappers") ProtocolMappersResource getProtocolMappers()
@GET @Produces(value="application/json") OAuthClientRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(OAuthClientRepresentation oAuthClientRepresentation)
@DELETE void remove()
@POST @Path(value="client-secret") @Consumes(value="application/json") @Produces(value="application/json") CredentialRepresentation generateNewSecret()
@GET @Path(value="client-secret") @Produces(value="application/json") CredentialRepresentation getSecret()
@GET @Path(value="installation") @Produces(value="application/json") String getInstallationJson()
@Path(value="/scope-mappings") RoleMappingResource getScopeMappings()
Copyright © 2015. All rights reserved.