| Package | Description |
|---|---|
| org.keycloak.representations |
| Modifier and Type | Method and Description |
|---|---|
<CLAIM_TYPE> |
ClaimsRepresentation.getClaimValue(String claimName,
ClaimsRepresentation.ClaimContext ctx,
Class<CLAIM_TYPE> claimType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClaimsRepresentation.ClaimValue> |
ClaimsRepresentation.getIdTokenClaims() |
Map<String,ClaimsRepresentation.ClaimValue> |
ClaimsRepresentation.getUserinfoClaims() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimsRepresentation.setIdTokenClaims(Map<String,ClaimsRepresentation.ClaimValue> idTokenClaims) |
void |
ClaimsRepresentation.setUserinfoClaims(Map<String,ClaimsRepresentation.ClaimValue> userinfoClaims) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.