程序包分层结构:
类分层结构
- 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.OAuth2AuthorizationGrantAuthenticationToken
- cn.bbwres.biscuit.security.oauth2.grant.AbstractCustomAuthenticationGrant (implements cn.bbwres.biscuit.security.oauth2.grant.CustomAuthenticationGrant)
- cn.bbwres.biscuit.security.oauth2.grant.AbstractGrantAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- cn.bbwres.biscuit.security.oauth2.grant.username.UsernamePasswordGrantAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)