所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.bbwres.biscuit.security.oauth2.event.AuthenticationLoginEventListener
- org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter (implements org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer)
- cn.bbwres.biscuit.security.oauth2.AuthorizationServerConfiguration
- cn.bbwres.biscuit.security.oauth2.BiscuitSecurityConfig
- cn.bbwres.biscuit.security.oauth2.BiscuitSecurityConfig.JdbcAuthorizationCodeConfig
- cn.bbwres.biscuit.security.oauth2.BiscuitSecurityConfig.JwtToken
- cn.bbwres.biscuit.security.oauth2.BiscuitSecurityConfig.RedisAuthorizationCodeConfig
- cn.bbwres.biscuit.security.oauth2.BiscuitSecurityConfig.RedisToken
- cn.bbwres.biscuit.security.oauth2.properties.BiscuitSecurityProperties
- cn.bbwres.biscuit.security.oauth2.event.DefaultAuthenticationLoginServiceImpl (implements cn.bbwres.biscuit.security.oauth2.event.AuthenticationLoginService)
- cn.bbwres.biscuit.security.oauth2.MyDefaultTokenServices (implements org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices, org.springframework.security.oauth2.provider.token.ConsumerTokenServices, org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.token.ResourceServerTokenServices)
- cn.bbwres.biscuit.security.oauth2.vo.MyGrantedAuthority (implements org.springframework.security.core.GrantedAuthority)
- cn.bbwres.biscuit.security.oauth2.handler.Oauth2ExceptionConvertErrorCode (implements cn.bbwres.biscuit.exception.ExceptionConvertErrorCode)
- org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore (implements org.springframework.security.oauth2.provider.token.TokenStore)
- cn.bbwres.biscuit.security.oauth2.RedisTokenStore
- org.springframework.security.core.userdetails.User (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
- cn.bbwres.biscuit.security.oauth2.vo.AuthUser
接口分层结构
- cn.bbwres.biscuit.security.oauth2.event.AuthenticationLoginService
- cn.bbwres.biscuit.security.oauth2.granter.EnhancerTokenGranter
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.bbwres.biscuit.security.oauth2.properties.TokenStoreType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)