Uses of Package
org.jose4j.jwt.consumer
Packages that use org.jose4j.jwt.consumer
-
Classes in org.jose4j.jwt.consumer used by org.jose4j.jwtClassDescriptionAn exception thrown when a JWT is considered invalid or otherwise cannot be processed/consumed.
-
Classes in org.jose4j.jwt.consumer used by org.jose4j.jwt.consumerClassDescriptionValidate the "aud" (Audience) Claim per http://tools.ietf.org/html/rfc7519#section-4.1.3JWT 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.