类分层结构
- 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.MorecoAccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- xyz.weechang.moreco.security.auth.common.MorecoAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- xyz.weechang.moreco.security.auth.common.MorecoAuthenticationFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- xyz.weechang.moreco.security.auth.common.MorecoAuthorityService
- xyz.weechang.moreco.security.auth.common.MorecoLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- xyz.weechang.moreco.security.auth.common.MorecoUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- xyz.weechang.moreco.security.auth.common.MorecoUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- xyz.weechang.moreco.security.config.SecurityAutoConfiguration (implements org.springframework.beans.factory.BeanFactoryAware)
- xyz.weechang.moreco.security.config.SecurityProperties
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
接口分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- xyz.weechang.moreco.security.error.SecurityError (implements xyz.weechang.moreco.core.error.IError)
Copyright © 2019. All rights reserved.