Uses of Enum Class
org.eclipse.microprofile.jwt.Claims
Packages that use Claims
-
Uses of Claims in org.eclipse.microprofile.jwt
Methods in org.eclipse.microprofile.jwt that return ClaimsModifier and TypeMethodDescriptionClaimLiteral.standard()static ClaimsReturns the enum constant of this class with the specified name.static Claims[]Claims.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.microprofile.jwt with parameters of type ClaimsModifier and TypeMethodDescriptiondefault <T> Optional<T>A utility method to access a claim value in an Optional wrapperdefault <T> TAccess the value of the indicated claim.Constructors in org.eclipse.microprofile.jwt with parameters of type ClaimsModifierConstructorDescriptionClaimLiteral(Claims standard) Construct a Claim literal from a standard claim defined in Claims