Uses of Class
net.shibboleth.oidc.jwt.claims.JWTValidationException
-
Packages that use JWTValidationException Package Description net.shibboleth.oidc.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 JWTValidationException Modifier and Type Method Description protected abstract voidAbstractClaimsValidator. doValidate(com.nimbusds.jwt.JWTClaimsSet claims, ProfileRequestContext context)Perform validation of the given claims supported by the supplied context.voidAbstractClaimsValidator. validate(com.nimbusds.jwt.JWTClaimsSet claims, ProfileRequestContext context)Validate all, or part of, the given JWT claims set.voidClaimsValidator. validate(com.nimbusds.jwt.JWTClaimsSet claims, ProfileRequestContext context)Validate all, or part of, the given JWT claims set.
-