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) Constructors in org.jose4j.jwt with parameters of type JwtContext -
Uses of JwtContext in org.jose4j.jwt.consumer
Fields in org.jose4j.jwt.consumer declared as JwtContextMethods 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 TypeMethodDescription(package private) InvalidJwtExceptionJwtConsumer.newInvalidJwtException(String intro, LinkedList<JsonWebStructure> joseObjects, String workingJwt, JwtContext jwtContext, Exception e) voidJwtConsumer.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) (package private) voidJwtConsumer.validate(JwtContext jwtCtx) 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)