Uses of Class
org.keycloak.representations.ClaimsRepresentation.ClaimContext
- 
Packages that use ClaimsRepresentation.ClaimContext Package Description org.keycloak.representations 
- 
- 
Uses of ClaimsRepresentation.ClaimContext in org.keycloak.representationsMethods in org.keycloak.representations that return ClaimsRepresentation.ClaimContext Modifier and Type Method Description static ClaimsRepresentation.ClaimContextClaimsRepresentation.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.Methods in org.keycloak.representations with parameters of type ClaimsRepresentation.ClaimContext Modifier and Type Method Description <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)
 
-