Uses of Enum Class
org.keycloak.representations.ClaimsRepresentation.ClaimContext
-
Uses of ClaimsRepresentation.ClaimContext in org.keycloak.representations
Modifier 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.Modifier and TypeMethodDescription<CLAIM_TYPE>
ClaimsRepresentation.ClaimValue<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)