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.representations
Methods in org.keycloak.representations that return ClaimsRepresentation.ClaimContext Modifier and Type Method 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.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)
boolean
ClaimsRepresentation. isPresent(String claimName, ClaimsRepresentation.ClaimContext ctx)
boolean
ClaimsRepresentation. isPresentAsNullClaim(String claimName, ClaimsRepresentation.ClaimContext ctx)
-