Uses of Class
io.inverno.mod.security.jose.jwt.InvalidJWTException
Packages that use InvalidJWTException
-
Uses of InvalidJWTException in io.inverno.mod.security.jose.jwt
Subclasses of InvalidJWTException in io.inverno.mod.security.jose.jwtModifier and TypeClassDescriptionclassThrown by aJWTClaimsSetduring validation to indicate that a JWT claim set has expired.classThrown by aJWTClaimsSetduring validation to indicate that a JWT claim set is not active yet.Methods in io.inverno.mod.security.jose.jwt that throw InvalidJWTExceptionModifier and TypeMethodDescriptionfinal JWTClaimsSetJWTClaimsSet.ifInvalidThrow()Returns the JWT Claims set or throws an exception if it is invalid.protected voidJWTClaimsSet.validate()Validates the JWT claims set and throws an exception if it is invalid.voidJWTClaimsSetValidator.validate(JWTClaimsSet claims) Determines wether the specified claims set is valid.