| Package | Description |
|---|---|
| org.keycloak.representations.idm | |
| org.keycloak.services.managers | |
| org.keycloak.services.resources.admin |
| 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 |
|---|---|
static ClaimRepresentation |
ModelToRepresentation.toRepresentation(ClientModel model) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClaimManager.setClaims(ClientModel model,
ClaimRepresentation rep) |
| 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.