All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BadJwtException An exception similar toBadCredentialsExceptionthat indicates aJwtthat is invalid in some way.JwaAlgorithm Super interface for cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to digitally sign or create a MAC of the contents and JSON Web Encryption (JWE) to encrypt the contents.JwsAlgorithm Super interface for cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to digitally sign or create a MAC of the contents of the JWS Protected Header and JWS Payload.JwsAlgorithms The cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to digitally sign or create a MAC of the contents of the JWS Protected Header and JWS Payload.Jwt An implementation of anAbstractOAuth2Tokenrepresenting a JSON Web Token (JWT).Jwt.Builder Helps configure aJwtJwtClaimAccessor AClaimAccessorfor the "claims" that may be contained in the JSON object JWT Claims Set of a JSON Web Token (JWT).JwtClaimNames The Registered Claim Names defined by the JSON Web Token (JWT) specification that may be contained in the JSON object JWT Claims Set.JwtClaimValidator<T> Validates a claim in aJwtagainst a providedPredicateJwtDecoder Implementations of this interface are responsible for "decoding" a JSON Web Token (JWT) from it's compact claims representation format to aJwt.JwtDecoderFactory<C> A factory forJwtDecoder(s).JwtDecoders Allows creating aJwtDecoderfrom an OpenID Provider Configuration or Authorization Server Metadata Request based on provided issuer and method invoked.JwtException Base exception for all JSON Web Token (JWT) related errors.JwtIssuerValidator Validates the "iss" claim in aJwt, that is matches a configured valueJwtTimestampValidator An implementation ofOAuth2TokenValidatorfor verifying claims in a Jwt-based access tokenJwtValidationException An exception that results from an unsuccessfulOAuth2TokenValidatorResultJwtValidators Provides factory methods for creatingOAuth2TokenValidator<Jwt>MacAlgorithm An enumeration of the cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to create a MAC of the contents of the JWS Protected Header and JWS Payload.MappedJwtClaimSetConverter Converts a JWT claim set, claim by claim.NimbusJwtDecoder A low-level Nimbus implementation ofJwtDecoderwhich takes a raw Nimbus configuration.NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder A builder for creatingNimbusJwtDecoderinstances based on a JWK Set uri.NimbusJwtDecoder.PublicKeyJwtDecoderBuilder A builder for creatingNimbusJwtDecoderinstances based on a public key.NimbusJwtDecoder.SecretKeyJwtDecoderBuilder A builder for creatingNimbusJwtDecoderinstances based on aSecretKey.NimbusJwtDecoderJwkSupport Deprecated. UseNimbusJwtDecoderorJwtDecodersinsteadNimbusReactiveJwtDecoder An implementation of aReactiveJwtDecoderthat "decodes" a JSON Web Token (JWT) and additionally verifies it's digital signature if the JWT is a JSON Web Signature (JWS).NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder A builder for creatingNimbusReactiveJwtDecoderinstances based on a JWK Set uri.NimbusReactiveJwtDecoder.JwkSourceReactiveJwtDecoderBuilder A builder for creatingNimbusReactiveJwtDecoderinstances.NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder A builder for creatingNimbusReactiveJwtDecoderinstances based on a public key.NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder A builder for creatingNimbusReactiveJwtDecoderinstances based on aSecretKey.ReactiveJwtDecoder Implementations of this interface are responsible for "decoding" a JSON Web Token (JWT) from it's compact claims representation format to aJwt.ReactiveJwtDecoderFactory<C> A factory forReactiveJwtDecoder(s).ReactiveJwtDecoders Allows creating aReactiveJwtDecoderfrom an OpenID Provider Configuration or Authorization Server Metadata Request based on provided issuer and method invoked.SignatureAlgorithm An enumeration of the cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to digitally sign the contents of the JWS Protected Header and JWS Payload.