类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- 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
- xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- xyz.weechang.moreco.security.auth.jwt.JwtLogoutHandler (implements org.springframework.security.web.authentication.logout.LogoutHandler)
- xyz.weechang.moreco.security.auth.common.MorecoUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
Copyright © 2019. All rights reserved.