类分层结构
- java.lang.Object
- 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
- cn.morethank.open.admin.common.security.JwtAccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- cn.morethank.open.admin.common.security.JwtAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- cn.morethank.open.admin.common.security.JwtAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- cn.morethank.open.admin.common.security.JwtLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- cn.morethank.open.admin.common.security.LoginFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- cn.morethank.open.admin.common.security.UserDetailServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
Copyright © 2023. All rights reserved.