Package | Description |
---|---|
org.keycloak.representations |
Modifier and Type | Method and Description |
---|---|
static ClaimsRepresentation.ClaimContext |
ClaimsRepresentation.ClaimContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimsRepresentation.ClaimContext[] |
ClaimsRepresentation.ClaimContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<CLAIM_TYPE> |
ClaimsRepresentation.getClaimValue(String claimName,
ClaimsRepresentation.ClaimContext ctx,
Class<CLAIM_TYPE> claimType) |
boolean |
ClaimsRepresentation.isPresent(String claimName,
ClaimsRepresentation.ClaimContext ctx) |
boolean |
ClaimsRepresentation.isPresentAsNullClaim(String claimName,
ClaimsRepresentation.ClaimContext ctx) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.