Hierarchy For All Packages
Package Hierarchies:- org.springframework.security.config.annotation.web.configuration,
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization,
- org.springframework.security.oauth2.core,
- org.springframework.security.oauth2.core.authentication,
- org.springframework.security.oauth2.core.context,
- org.springframework.security.oauth2.core.http.converter,
- org.springframework.security.oauth2.core.oidc,
- org.springframework.security.oauth2.core.oidc.http.converter,
- org.springframework.security.oauth2.server.authorization,
- org.springframework.security.oauth2.server.authorization.authentication,
- org.springframework.security.oauth2.server.authorization.client,
- org.springframework.security.oauth2.server.authorization.config,
- org.springframework.security.oauth2.server.authorization.context,
- org.springframework.security.oauth2.server.authorization.jackson2,
- org.springframework.security.oauth2.server.authorization.oidc.authentication,
- org.springframework.security.oauth2.server.authorization.oidc.web,
- org.springframework.security.oauth2.server.authorization.token,
- org.springframework.security.oauth2.server.authorization.web,
- org.springframework.security.oauth2.server.authorization.web.authentication
Class Hierarchy
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2RefreshTokenAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenIntrospectionAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenRevocationAuthenticationToken
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcClientRegistrationAuthenticationToken
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationToken
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.security.oauth2.core.http.converter.OAuth2AuthorizationServerMetadataHttpMessageConverter
- org.springframework.security.oauth2.core.http.converter.OAuth2TokenIntrospectionHttpMessageConverter
- org.springframework.security.oauth2.core.oidc.http.converter.OidcClientRegistrationHttpMessageConverter
- org.springframework.security.oauth2.core.oidc.http.converter.OidcProviderConfigurationHttpMessageConverter
- org.springframework.security.oauth2.core.oidc.http.converter.OidcUserInfoHttpMessageConverter
- org.springframework.security.oauth2.core.AbstractOAuth2AuthorizationServerMetadata (implements org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadataClaimAccessor, java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadata
- org.springframework.security.oauth2.core.oidc.OidcProviderConfiguration (implements org.springframework.security.oauth2.core.oidc.OidcProviderMetadataClaimAccessor)
- org.springframework.security.oauth2.core.AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder<T,B>
- org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadata.Builder
- org.springframework.security.oauth2.core.oidc.OidcProviderConfiguration.Builder
- org.springframework.security.oauth2.core.AbstractOAuth2Token (implements org.springframework.security.oauth2.core.OAuth2Token, java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2AuthorizationCode
- org.springframework.security.oauth2.server.authorization.config.AbstractSettings (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.config.ClientSettings
- org.springframework.security.oauth2.server.authorization.config.ProviderSettings
- org.springframework.security.oauth2.server.authorization.config.TokenSettings
- org.springframework.security.oauth2.server.authorization.config.AbstractSettings.AbstractBuilder<T,B>
- org.springframework.security.oauth2.server.authorization.config.ClientSettings.Builder
- org.springframework.security.oauth2.server.authorization.config.ProviderSettings.Builder
- org.springframework.security.oauth2.server.authorization.config.TokenSettings.Builder
- org.springframework.security.oauth2.server.authorization.authentication.ClientSecretAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.web.authentication.ClientSecretBasicAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.web.authentication.ClientSecretPostAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.config.ConfigurationSettingNames
- org.springframework.security.oauth2.server.authorization.config.ConfigurationSettingNames.Client
- org.springframework.security.oauth2.server.authorization.config.ConfigurationSettingNames.Provider
- org.springframework.security.oauth2.server.authorization.config.ConfigurationSettingNames.Token
- org.springframework.security.oauth2.server.authorization.token.DefaultOAuth2TokenContext (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext)
- org.springframework.security.oauth2.server.authorization.web.authentication.DelegatingAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.token.DelegatingOAuth2TokenGenerator (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<T>)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- org.springframework.security.oauth2.server.authorization.web.NimbusJwkSetEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationServerMetadataEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2ClientAuthenticationFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2TokenEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2TokenIntrospectionEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.OAuth2TokenRevocationEndpointFilter
- org.springframework.security.oauth2.server.authorization.oidc.web.OidcClientRegistrationEndpointFilter
- org.springframework.security.oauth2.server.authorization.oidc.web.OidcProviderConfigurationEndpointFilter
- org.springframework.security.oauth2.server.authorization.oidc.web.OidcUserInfoEndpointFilter
- org.springframework.security.oauth2.server.authorization.web.ProviderContextFilter
- org.springframework.web.filter.OncePerRequestFilter
- org.springframework.security.oauth2.server.authorization.InMemoryOAuth2AuthorizationConsentService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService)
- org.springframework.security.oauth2.server.authorization.InMemoryOAuth2AuthorizationService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService)
- org.springframework.security.oauth2.server.authorization.client.InMemoryRegisteredClientRepository (implements org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper (implements java.util.function.Function<T,R>)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper (implements org.springframework.jdbc.core.RowMapper<T>)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService.OAuth2AuthorizationParametersMapper (implements java.util.function.Function<T,R>)
- org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper (implements org.springframework.jdbc.core.RowMapper<T>)
- org.springframework.security.oauth2.server.authorization.client.JdbcRegisteredClientRepository (implements org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository)
- org.springframework.security.oauth2.server.authorization.client.JdbcRegisteredClientRepository.RegisteredClientParametersMapper (implements java.util.function.Function<T,R>)
- org.springframework.security.oauth2.server.authorization.client.JdbcRegisteredClientRepository.RegisteredClientRowMapper (implements org.springframework.jdbc.core.RowMapper<T>)
- org.springframework.security.oauth2.server.authorization.web.authentication.JwtClientAssertionAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.JwtClientAssertionAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext)
- org.springframework.security.oauth2.server.authorization.token.JwtGenerator (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<T>)
- com.fasterxml.jackson.databind.Module (implements com.fasterxml.jackson.core.Versioned)
- com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.jackson2.OAuth2AuthorizationServerJackson2Module
- com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.token.OAuth2AccessTokenGenerator (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<T>)
- org.springframework.security.oauth2.core.authentication.OAuth2AuthenticationContext (implements org.springframework.security.oauth2.core.context.Context)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationConsentAuthenticationContext
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext
- org.springframework.security.oauth2.core.authentication.OAuth2AuthenticationContext.AbstractBuilder<T,B>
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationConsentAuthenticationContext.Builder
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext.Builder
- org.springframework.security.oauth2.server.authorization.OAuth2Authorization (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Builder (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token<T> (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2AuthorizationCodeAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2AuthorizationCodeRequestAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationToken.Builder (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent.Builder (implements java.io.Serializable)
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2AuthorizationEndpointConfigurer
- org.springframework.security.config.annotation.web.configuration.OAuth2AuthorizationServerConfiguration
- org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadataClaimNames
- org.springframework.security.oauth2.core.oidc.OidcProviderMetadataClaimNames
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2ClientAuthenticationConfigurer
- org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2ClientCredentialsAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2RefreshTokenAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2RefreshTokenAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.token.OAuth2RefreshTokenGenerator (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<T>)
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext)
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsSet (implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimAccessor)
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsSet.Builder
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext.AbstractBuilder<T,B>
- org.springframework.security.oauth2.server.authorization.token.DefaultOAuth2TokenContext.Builder
- org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext.Builder
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext.Builder
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2TokenEndpointConfigurer
- org.springframework.security.oauth2.core.OAuth2TokenFormat (implements java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2TokenIntrospection (implements org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessor, java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2TokenIntrospection.Builder
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenIntrospectionAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2TokenIntrospectionEndpointConfigurer
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenRevocationAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2TokenRevocationEndpointConfigurer
- org.springframework.security.oauth2.core.OAuth2TokenType (implements java.io.Serializable)
- org.springframework.security.oauth2.core.oidc.OidcClientMetadataClaimNames
- org.springframework.security.oauth2.core.oidc.OidcClientRegistration (implements org.springframework.security.oauth2.core.oidc.OidcClientMetadataClaimAccessor, java.io.Serializable)
- org.springframework.security.oauth2.core.oidc.OidcClientRegistration.Builder
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcClientRegistrationAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OidcClientRegistrationEndpointConfigurer
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OidcConfigurer
- org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OidcUserInfoEndpointConfigurer
- org.springframework.security.oauth2.server.authorization.context.ProviderContext
- org.springframework.security.oauth2.server.authorization.context.ProviderContextHolder
- org.springframework.security.oauth2.server.authorization.web.authentication.PublicClientAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- org.springframework.security.oauth2.server.authorization.authentication.PublicClientAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.client.RegisteredClient (implements java.io.Serializable)
- org.springframework.security.oauth2.server.authorization.client.RegisteredClient.Builder (implements java.io.Serializable)
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<T,B>
- org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization.OAuth2AuthorizationServerConfigurer<B>
- org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<T,B>
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.oauth2.core.OAuth2AuthenticationException
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationException
- org.springframework.security.oauth2.core.OAuth2AuthenticationException
- org.springframework.security.core.AuthenticationException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.oauth2.core.Version
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
Interface Hierarchy
- org.springframework.security.oauth2.core.ClaimAccessor
- org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadataClaimAccessor
- org.springframework.security.oauth2.core.oidc.OidcProviderMetadataClaimAccessor
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimAccessor
- org.springframework.security.oauth2.core.oidc.OidcClientMetadataClaimAccessor
- org.springframework.security.oauth2.core.OAuth2AuthorizationServerMetadataClaimAccessor
- org.springframework.security.oauth2.core.context.Context
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext
- org.springframework.security.oauth2.core.authentication.OAuth2AuthenticationValidator
- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<T>
- org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<T>
- org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository