Uses of Class
net.shibboleth.oidc.jwt.claims.AbstractClaimsValidator
Packages that use AbstractClaimsValidator
Package
Description
Validation functions for JWT claims.
-
Uses of AbstractClaimsValidator in net.shibboleth.oidc.security.jwt.claims.impl
Subclasses of AbstractClaimsValidator in net.shibboleth.oidc.security.jwt.claims.implModifier and TypeClassDescriptionclassA validator that checks the access_token value matches its encoded at_hash representation in the id_token.classCheck the ACR values requested were received.classVerifies the Audience (aud) claim contains the appropriate value.classVerifies the Audience (aud) claim contains the appropriate value in JWT authentication.classVerifies the auth_time (when the End-User authentication took place): If the authnLifetimeLookup returns 0 seconds (e.g.classValidator that checks a JWT claim exactly matches (by Object equality) a value returned by a lookup strategy.classIff an expiration time (exp) claim is present, verifies that it is ahead of the current time, else the JWT claims set is rejected.classAClaimsValidatorthat relies on an injectedBiFunction.classIf the 'iat' claim is present in the JWT, verifies it is not to far away from the current time.classVerifies the identifier (jit) from the JWT against replay via configurableReplayCache.classVerifies the identifier (jit) from the JWT against revocation via configurableRevocationCache.classIff a not-before-time (nbf) claim is present, makes sure it is before the current time.classVerify the claims set does not contain any of the described set of claims.classVerify the claims set contains the given set of required claims.