Uses of Class
org.jose4j.jwt.consumer.JwtContext
Packages that use JwtContext
-
Uses of JwtContext in org.jose4j.jwt
Methods in org.jose4j.jwt with parameters of type JwtContextModifier and TypeMethodDescriptionstatic JwtClaimsJwtClaims.parse(String jsonClaims, JwtContext jwtContext) -
Uses of JwtContext in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer that return JwtContextModifier and TypeMethodDescriptionInvalidJwtException.getJwtContext()Returns aJwtContextobject including theJwtClaimsrepresenting the JWT processed up to the point of thisInvalidJwtExceptionbeing thrown.Methods in org.jose4j.jwt.consumer with parameters of type JwtContextModifier and TypeMethodDescriptionvoidJwtConsumer.processContext(JwtContext jwtContext) AudValidator.validate(JwtContext jwtContext) ErrorCodeValidator.validate(JwtContext jwtContext) Validate some aspect of the JWT.ErrorCodeValidatorAdapter.validate(JwtContext jwtContext) IssValidator.validate(JwtContext jwtContext) JtiValidator.validate(JwtContext jwtContext) NumericDateValidator.validate(JwtContext jwtContext) SubValidator.validate(JwtContext jwtContext) TypeValidator.validate(JwtContext jwtContext) Validator.validate(JwtContext jwtContext) Constructors in org.jose4j.jwt.consumer with parameters of type JwtContextModifierConstructorDescriptionInvalidJwtException(String message, List<ErrorCodeValidator.Error> details, JwtContext jwtContext) InvalidJwtException(String message, ErrorCodeValidator.Error detail, Throwable cause, JwtContext jwtContext) InvalidJwtSignatureException(JsonWebSignature jws, JwtContext jwtContext)