类分层结构
- java.lang.Object
- cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2AuthorizationCodeAuthenticationProvider
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2ClientCredentialsAuthenticationProvider
- cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationToken
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationToken
- org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)