Uses of Enum Class
org.keycloak.representations.ClaimsRepresentation.ClaimContext
Packages that use ClaimsRepresentation.ClaimContext
- 
Uses of ClaimsRepresentation.ClaimContext in org.keycloak.representationsMethods in org.keycloak.representations that return ClaimsRepresentation.ClaimContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClaimsRepresentation.ClaimContext[]ClaimsRepresentation.ClaimContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.representations with parameters of type ClaimsRepresentation.ClaimContextModifier and TypeMethodDescription<CLAIM_TYPE>
 ClaimsRepresentation.ClaimValue<CLAIM_TYPE>ClaimsRepresentation.getClaimValue(String claimName, ClaimsRepresentation.ClaimContext ctx, Class<CLAIM_TYPE> claimType) booleanClaimsRepresentation.isPresent(String claimName, ClaimsRepresentation.ClaimContext ctx) booleanClaimsRepresentation.isPresentAsNullClaim(String claimName, ClaimsRepresentation.ClaimContext ctx)