类分层结构
- java.lang.Object
- org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter (implements org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer)
- 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.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)
- org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore (implements org.springframework.security.oauth2.provider.token.TokenStore)