类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- cool.mtc.security.handler.deny.AccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler, cool.mtc.security.handler.HandleSupport)
- cool.mtc.security.handler.deny.AuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint, cool.mtc.security.handler.HandleSupport)
- cool.mtc.security.handler.auth.AuthFailureHandler (implements cool.mtc.security.handler.HandleSupport)
- cool.mtc.security.handler.auth.jwt.JwtAuthFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- cool.mtc.security.handler.auth.password.PasswordAuthFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- cool.mtc.security.handler.auth.AuthSuccessHandler (implements cool.mtc.security.handler.HandleSupport)
- cool.mtc.security.handler.auth.jwt.JwtAuthSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- cool.mtc.security.handler.auth.password.PasswordAuthSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- cool.mtc.security.constant.AuthTypeConstant
- cool.mtc.security.service.impl.DefaultSecurityServiceImpl (implements cool.mtc.security.service.SecurityService)
- 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.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- cool.mtc.security.auth.jwt.JwtAuthProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean)
- cool.mtc.security.plugin.jwt.JwtConstant
- cool.mtc.security.plugin.jwt.JwtProperties
- cool.mtc.security.plugin.jwt.JwtTemplate
- cool.mtc.security.handler.logout.LogoutHandler (implements cool.mtc.security.handler.HandleSupport, org.springframework.security.web.authentication.logout.LogoutHandler)
- cool.mtc.security.handler.logout.LogoutSuccessHandler (implements cool.mtc.security.handler.HandleSupport, org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- cool.mtc.security.auth.password.PasswordAuthProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean)
- cool.mtc.security.auth.password.PasswordForm
- cool.mtc.security.service.impl.PermissionServiceImpl (implements cool.mtc.security.service.PermissionService)
- cool.mtc.security.SecurityAutoConfiguration
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- cool.mtc.security.constant.SecurityConstant
- cool.mtc.security.SecurityProperties
- java.lang.Throwable (implements java.io.Serializable)
- cool.mtc.security.data.model.UserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
接口分层结构
Copyright © 2022. All rights reserved.