Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
ClaimRepresentation |
OAuthClientResource.getClaims() |
ClaimRepresentation |
ApplicationResource.getClaims() |
ClaimRepresentation |
OAuthClientResource.updateClaims(ClaimRepresentation claimRepresentation) |
Modifier and Type | Method and Description |
---|---|
ClaimRepresentation |
OAuthClientResource.updateClaims(ClaimRepresentation claimRepresentation) |
void |
ApplicationResource.updateClaims(ClaimRepresentation claimRepresentation) |
Modifier and Type | Method and Description |
---|---|
static ClaimRepresentation |
ModelToRepresentation.toRepresentation(ClientModel model) |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.setClaims(ClientModel model,
ClaimRepresentation rep) |
Modifier and Type | Field and Description |
---|---|
protected ClaimRepresentation |
OAuthClientRepresentation.claims |
protected ClaimRepresentation |
ApplicationRepresentation.claims |
Modifier and Type | Method and Description |
---|---|
ClaimRepresentation |
OAuthClientRepresentation.getClaims() |
ClaimRepresentation |
ApplicationRepresentation.getClaims() |
Modifier and Type | Method and Description |
---|---|
void |
OAuthClientRepresentation.setClaims(ClaimRepresentation claims) |
void |
ApplicationRepresentation.setClaims(ClaimRepresentation claims) |
Modifier and Type | Method and Description |
---|---|
ClaimRepresentation |
ClaimResource.getClaims()
Get the claims a client is allowed to ask for
|
Modifier and Type | Method and Description |
---|---|
void |
ClaimResource.updateClaims(ClaimRepresentation rep)
Set the cliams a client is allowed to ask for.
|
Copyright © 2014. All Rights Reserved.