Class Hierarchy
- java.lang.Object
- org.springframework.security.oauth2.core.AbstractOAuth2Token (implements org.springframework.security.oauth2.core.OAuth2Token, java.io.Serializable)
- org.springframework.security.oauth2.jwt.Jwt (implements org.springframework.security.oauth2.jwt.JwtClaimAccessor)
- org.springframework.security.oauth2.jwt.JoseHeaderNames
- org.springframework.security.oauth2.jwt.JwsHeader
- org.springframework.security.oauth2.jwt.JwsHeader.Builder
- org.springframework.security.oauth2.jwt.Jwt.Builder
- org.springframework.security.oauth2.jwt.JwtClaimNames
- org.springframework.security.oauth2.jwt.JwtClaimsSet (implements org.springframework.security.oauth2.jwt.JwtClaimAccessor)
- org.springframework.security.oauth2.jwt.JwtClaimsSet.Builder
- org.springframework.security.oauth2.jwt.JwtClaimValidator<T> (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- org.springframework.security.oauth2.jwt.JwtDecoders
- org.springframework.security.oauth2.jwt.JwtEncoderParameters
- org.springframework.security.oauth2.jwt.JwtIssuerValidator (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- org.springframework.security.oauth2.jwt.JwtTimestampValidator (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- org.springframework.security.oauth2.jwt.JwtValidators
- org.springframework.security.oauth2.jwt.MappedJwtClaimSetConverter (implements org.springframework.core.convert.converter.Converter<S,
T>) - org.springframework.security.oauth2.jwt.NimbusJwtDecoder (implements org.springframework.security.oauth2.jwt.JwtDecoder)
- org.springframework.security.oauth2.jwt.NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusJwtDecoder.PublicKeyJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusJwtDecoder.SecretKeyJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusJwtEncoder (implements org.springframework.security.oauth2.jwt.JwtEncoder)
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder (implements org.springframework.security.oauth2.jwt.ReactiveJwtDecoder)
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.JwkSourceReactiveJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder
- org.springframework.security.oauth2.jwt.ReactiveJwtDecoders
- org.springframework.security.oauth2.jwt.SupplierJwtDecoder (implements org.springframework.security.oauth2.jwt.JwtDecoder)
- org.springframework.security.oauth2.jwt.SupplierReactiveJwtDecoder (implements org.springframework.security.oauth2.jwt.ReactiveJwtDecoder)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.oauth2.jwt.JwtDecoderInitializationException
- org.springframework.security.oauth2.jwt.JwtException
- org.springframework.security.oauth2.jwt.BadJwtException
- org.springframework.security.oauth2.jwt.JwtValidationException
- org.springframework.security.oauth2.jwt.JwtEncodingException
- org.springframework.security.oauth2.jwt.BadJwtException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.oauth2.core.AbstractOAuth2Token (implements org.springframework.security.oauth2.core.OAuth2Token, java.io.Serializable)
Interface Hierarchy
- org.springframework.security.oauth2.core.ClaimAccessor
- org.springframework.security.oauth2.jwt.JwtClaimAccessor
- org.springframework.security.oauth2.jwt.JwtDecoder
- org.springframework.security.oauth2.jwt.JwtDecoderFactory<C>
- org.springframework.security.oauth2.jwt.JwtEncoder
- org.springframework.security.oauth2.jwt.ReactiveJwtDecoder
- org.springframework.security.oauth2.jwt.ReactiveJwtDecoderFactory<C>