类分层结构
- java.lang.Object
- org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware)
- org.springframework.security.authentication.dao.DaoAuthenticationProvider
- security.processor.AuthFailedProcessor (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- security.service.AuthServiceImpl (implements framework.security.AuthService)
- security.processor.AuthSuccessProcessor (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- security.service.CaptchaFailCache
- security.service.GeneralAccountLoader (implements framework.security.AccountLoader)
- 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.web.filter.OncePerRequestFilter
- security.vo.LoginInfo
- security.processor.LogoutSuccessProcessor (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- security.processor.NoAuthProcessor (implements org.springframework.security.web.AuthenticationEntryPoint)
- security.processor.NoPermissionProcessor (implements org.springframework.security.web.access.AccessDeniedHandler)
- security.password.PasswordBCryptMode (implements framework.security.password.PasswordMode)
- framework.security.password.PasswordServiceDefault (implements framework.security.password.PasswordService)
- security.config.SecurityBeanConfiguration
- security.config.SecurityConfiguration
- java.lang.Throwable (implements java.io.Serializable)
- security.vo.UserAuthority (implements org.springframework.security.core.GrantedAuthority)
- security.vo.UserDetail (implements org.springframework.security.core.userdetails.UserDetails)
- security.service.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
Copyright © 2023. All rights reserved.