Package org.jose4j.jwt.consumer
package org.jose4j.jwt.consumer
-
ClassDescriptionValidate the "aud" (Audience) Claim per http://tools.ietf.org/html/rfc7519#section-4.1.3Error codes, as
intvalues, used by this library for programmatic access to (some) specific reasons for JWT invalidity by usingInvalidJwtException.hasErrorCode(int).JWT validation error with stable error code and friendly error messageAn exception thrown when a JWT is considered invalid or otherwise cannot be processed/consumed.A callback interface that provides a hook to call arbitrary methods on the JsonWebEncryption prior to the JwtConsumer using it to decrypt the content.A callback interface that provides a hook to call arbitrary methods on the JsonWebSignature prior to the JwtConsumer using it to verify the signature.Use the JwtConsumerBuilder to create the appropriate JwtConsumer for your JWT processing needs.