类分层结构
- java.lang.Object
- org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware)
- cloud.agileframework.security.filter.login.CustomRememberMeServices (implements org.springframework.beans.factory.InitializingBean, org.springframework.security.web.authentication.RememberMeServices)
- cloud.agileframework.security.filter.login.ErrorSignInfo
- 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)
- cloud.agileframework.security.filter.login.LoginFilter (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, cloud.agileframework.security.filter.login.SingleSignOnProvider)
- cloud.agileframework.security.filter.login.InMemoryUserDetails (implements cloud.agileframework.security.filter.login.CustomerUserDetails)
- cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl (implements cloud.agileframework.security.filter.login.CustomerUserDetailsService)
接口分层结构
- java.io.Serializable
- org.springframework.security.core.userdetails.UserDetails
- cloud.agileframework.security.filter.login.SingleSignOnProvider
- org.springframework.security.core.userdetails.UserDetailsService
- org.springframework.security.provisioning.UserDetailsManager
Copyright © 2022. All rights reserved.