类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.cache.support.AbstractCacheManager (implements org.springframework.cache.CacheManager, org.springframework.beans.factory.InitializingBean)
- org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
- org.springframework.cache.support.AbstractValueAdaptingCache (implements org.springframework.cache.Cache)
- org.springframework.data.redis.cache.RedisCache
- top.dcenter.ums.security.core.oauth.repository.jdbc.cache.RedisHashCache
- top.dcenter.ums.security.core.oauth.config.Auth2AutoConfiguration (implements org.springframework.beans.factory.InitializingBean)
- top.dcenter.ums.security.core.advice.Auth2ControllerAdviceHandler
- top.dcenter.ums.security.core.oauth.filter.redirect.Auth2DefaultRequestResolver (implements top.dcenter.ums.security.core.oauth.filter.redirect.Auth2AuthorizationRequestResolver)
- top.dcenter.ums.security.core.oauth.repository.jdbc.Auth2JdbcUsersConnectionRepository (implements top.dcenter.ums.security.core.oauth.repository.UsersConnectionRepository)
- top.dcenter.ums.security.core.oauth.repository.factory.Auth2JdbcUsersConnectionRepositoryFactory (implements top.dcenter.ums.security.core.oauth.repository.factory.UsersConnectionRepositoryFactory)
- top.dcenter.ums.security.core.oauth.repository.jdbc.Auth2JdbcUsersConnectionTokenRepository (implements top.dcenter.ums.security.core.oauth.repository.UsersConnectionTokenRepository)
- top.dcenter.ums.security.core.oauth.provider.Auth2LoginAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- top.dcenter.ums.security.core.oauth.properties.Auth2Properties
- top.dcenter.ums.security.core.oauth.config.Auth2PropertiesAutoConfiguration
- top.dcenter.ums.security.core.oauth.justauth.Auth2RequestHolder (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- top.dcenter.ums.security.core.oauth.justauth.source.AuthCustomizeSource (implements me.zhyd.oauth.config.AuthSource)
- me.zhyd.oauth.request.AuthDefaultRequest (implements me.zhyd.oauth.request.AuthRequest)
- top.dcenter.ums.security.core.oauth.justauth.source.AuthGitlabPrivateSource (implements me.zhyd.oauth.config.AuthSource)
- top.dcenter.ums.security.core.oauth.justauth.cache.AuthStateRedisCache (implements top.dcenter.ums.security.core.oauth.justauth.cache.Auth2StateCache)
- top.dcenter.ums.security.core.oauth.justauth.cache.AuthStateSessionCache (implements top.dcenter.ums.security.core.oauth.justauth.cache.Auth2StateCache)
- me.zhyd.oauth.model.AuthToken (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.properties.BaseAuth2Properties
- top.dcenter.ums.security.core.oauth.entity.ConnectionData (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.entity.ConnectionDto (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.entity.ConnectionKey (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.service.DefaultAuth2UserServiceImpl (implements top.dcenter.ums.security.core.oauth.service.Auth2UserService)
- top.dcenter.ums.security.core.oauth.signup.DefaultConnectionServiceImpl (implements top.dcenter.ums.security.core.oauth.signup.ConnectionService)
- top.dcenter.ums.security.core.executor.config.ExecutorAutoConfiguration (implements org.springframework.beans.factory.DisposableBean)
- top.dcenter.ums.security.core.executor.properties.ExecutorProperties
- top.dcenter.ums.security.core.executor.properties.ExecutorProperties.JobTaskScheduledExecutorProperties
- top.dcenter.ums.security.core.executor.properties.ExecutorProperties.RefreshTokenExecutorProperties
- top.dcenter.ums.security.core.executor.properties.ExecutorProperties.UserConnectionUpdateExecutorProperties
- top.dcenter.ums.security.core.executor.config.ExecutorPropertiesAutoConfiguration
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- org.springframework.web.filter.OncePerRequestFilter
- top.dcenter.ums.security.core.oauth.properties.HttpConfigProperties
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.properties.JustAuthProperties
- top.dcenter.ums.security.core.oauth.justauth.util.JustAuthUtil
- com.fasterxml.jackson.databind.Module (implements com.fasterxml.jackson.core.Versioned)
- com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.Serializable)
- top.dcenter.ums.security.core.oauth.util.MvcUtil
- top.dcenter.ums.security.core.oauth.userdetails.converter.Oauth2TokenAuthenticationTokenToUserConverter (implements top.dcenter.ums.security.core.oauth.userdetails.converter.AuthenticationToUserDetailsConverter)
- top.dcenter.ums.security.core.oauth.oneclicklogin.OneClickLoginAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- top.dcenter.ums.security.core.oauth.properties.OneClickLoginProperties
- top.dcenter.ums.security.core.vo.RedirectVo
- top.dcenter.ums.security.core.oauth.config.RedisCacheAutoConfiguration
- top.dcenter.ums.security.core.oauth.properties.RedisCacheProperties
- top.dcenter.ums.security.core.oauth.properties.RedisCacheProperties.Cache
- top.dcenter.ums.security.core.oauth.repository.jdbc.cache.RedisHashCacheManager.RedisHashCacheManagerBuilder
- top.dcenter.ums.security.core.tasks.handler.RefreshAccessTokenJobHandler
- top.dcenter.ums.security.core.oauth.job.RefreshTokenJobImpl (implements top.dcenter.ums.security.core.oauth.job.RefreshTokenJob)
- top.dcenter.ums.security.core.oauth.repository.jdbc.key.generator.RemoveConnectionsByConnectionKeyWithUserIdKeyGenerator (implements org.springframework.cache.interceptor.KeyGenerator)
- top.dcenter.ums.security.core.oauth.properties.RepositoryProperties
- top.dcenter.ums.security.core.vo.ResponseResult
- top.dcenter.ums.security.core.tasks.config.ScheduleAutoConfiguration (implements org.springframework.scheduling.annotation.SchedulingConfigurer)
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- top.dcenter.ums.security.core.oauth.config.Auth2AutoConfigurer (implements org.springframework.beans.factory.InitializingBean)
- top.dcenter.ums.security.core.oauth.consts.SecurityConstants
- javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
- javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
- top.dcenter.ums.security.core.oauth.jackson.deserializes.SimpleGrantedAuthorityMixin
- top.dcenter.ums.security.core.tasks.config.TasksAutoConfiguration
- top.dcenter.ums.security.core.oauth.userdetails.TemporaryUser (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
- top.dcenter.ums.security.core.oauth.userdetails.TemporaryUser.UserBuilder
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构
枚举分层结构
Copyright © 2021. All rights reserved.