类分层结构
- 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.ClientSecretAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.JwtClientAssertionAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.core.authentication.OAuth2AuthenticationContext (implements org.springframework.security.oauth2.core.context.Context)
- org.springframework.security.oauth2.core.authentication.OAuth2AuthenticationContext.AbstractBuilder<T,B>
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- 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.authentication.OAuth2ClientCredentialsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2RefreshTokenAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenIntrospectionAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenRevocationAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.oauth2.server.authorization.authentication.PublicClientAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.oauth2.core.OAuth2AuthenticationException