类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.security.authentication.UsernamePasswordAuthenticationToken
- org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware)
- com.iplatform.security.DefaultAuthenticationFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- com.iplatform.security.DefaultAuthenticationSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- com.iplatform.security.DefaultLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- com.iplatform.security.DefaultResourceLoaderProvider (implements com.walker.web.security.ResourceLoadProvider)
- com.iplatform.security.DefaultSecuritySpi (implements com.iplatform.base.SecuritySpi)
- com.iplatform.security.DefaultUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- com.iplatform.security.DefaultUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.iplatform.security.FailedAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- 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, jakarta.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.security.web.authentication.UsernamePasswordAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter