Uses of Class
net.shibboleth.oidc.jwt.claims.JWTValidationException
Packages that use JWTValidationException
Package
Description
Validation functions for JWT claims.
Validation functions for JWT claims.
-
Uses of JWTValidationException in net.shibboleth.oidc.jwt.claims
Methods in net.shibboleth.oidc.jwt.claims that throw JWTValidationExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidAbstractClaimsValidator.validate(JWTClaimsSet claims, ProfileRequestContext context) Validate all, or part of, the given JWT claims set.voidClaimsValidator.validate(JWTClaimsSet claims, ProfileRequestContext context) Validate all, or part of, the given JWT claims set. -
Uses of JWTValidationException in net.shibboleth.oidc.security.jwt.claims.impl
Fields in net.shibboleth.oidc.security.jwt.claims.impl with type parameters of type JWTValidationExceptionMethod parameters in net.shibboleth.oidc.security.jwt.claims.impl with type arguments of type JWTValidationExceptionModifier and TypeMethodDescriptionvoidFunctionClaimsValidator.setValidator(BiFunction<JWTClaimsSet, ProfileRequestContext, JWTValidationException> function) Set the function to run.Methods in net.shibboleth.oidc.security.jwt.claims.impl that throw JWTValidationExceptionModifier and TypeMethodDescriptionprotected voidAccessTokenHashValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) protected voidACRClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) protected voidAudienceClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidAuthenticationTimeClaimsValidator.doValidate(JWTClaimsSet claimsSet, ProfileRequestContext context) protected voidExactMatchClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidExpiryClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidFunctionClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidIssuedAtClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.protected voidJWTIdentifierClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.protected voidJWTIdentifierRevocationValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext profileRequestContext) Perform validation of the given claims supported by the supplied context.voidNotBeforeClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidProhibitedClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.voidRequiredClaimsValidator.doValidate(JWTClaimsSet claims, ProfileRequestContext context) Perform validation of the given claims supported by the supplied context.AudienceClaimsValidator.resolveAcceptedAudiences(JWTClaimsSet claims, ProfileRequestContext context) Resolve the set of accepted audiences.AuthenticationAudienceClaimsValidator.resolveAcceptedAudiences(JWTClaimsSet claims, ProfileRequestContext context) Resolve the set of accepted audiences.voidChainingJWTClaimsValidator.validate(JWTClaimsSet claims, ProfileRequestContext context) Validate all, or part of, the given JWT claims set.