Hierarchy For Package org.birchframework.security.oauth2
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.resource.authentication.AbstractOAuth2TokenAuthenticationToken<T>
- org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication
- org.birchframework.security.oauth2.BearerTokenOAuth2Authentication
- org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication
- org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken<T>
- org.birchframework.security.oauth2.IssuerAwareJWTDecoderAdapter (implements org.springframework.security.oauth2.jwt.JwtDecoder)
- org.birchframework.security.oauth2.IssuerAwareJWTDecoderAdapter.DummyX509TrustManager (implements javax.net.ssl.X509TrustManager)
- org.birchframework.security.oauth2.OAuth2ResourceServerAutoConfiguration
- org.birchframework.security.oauth2.OAuth2SecurityFilterChain (implements org.springframework.core.Ordered, org.springframework.security.web.SecurityFilterChain)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.birchframework.framework.exception.BaseRuntimeException
- org.birchframework.security.oauth2.OAuth2ConfigurationException
- org.birchframework.framework.exception.BaseRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
Interface Hierarchy
- org.birchframework.security.oauth2.GrantedAuthoritiesBuilder
Annotation Type Hierarchy
- org.birchframework.security.oauth2.EnableOAuth2ResourceServerSecurity (implements java.lang.annotation.Annotation)