类分层结构
- 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.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- org.springframework.security.boot.biz.authentication.AuthenticationProcessingFilter
- org.springframework.security.boot.jwt.authentication.JwtAuthorizationProcessingFilter
- org.springframework.security.boot.biz.authentication.PostOnlyAuthenticationProcessingFilter
- org.springframework.security.boot.biz.authentication.PostRequestAuthenticationProcessingFilter
- org.springframework.security.boot.jwt.authentication.JwtAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.boot.jwt.authentication.JwtAuthorizationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.security.boot.jwt.authentication.JwtAuthorizationSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- org.springframework.security.boot.jwt.authentication.JwtMatchedAuthcOrAuthzFailureHandler (implements org.springframework.security.boot.biz.authentication.nested.MatchedAuthenticationFailureHandler)
- org.springframework.security.boot.jwt.authentication.JwtMatchedAuthenticationEntryPoint (implements org.springframework.security.boot.biz.authentication.nested.MatchedAuthenticationEntryPoint)
- org.springframework.security.boot.jwt.authentication.JwtMatchedAuthenticationSuccessHandler (implements org.springframework.security.boot.biz.authentication.nested.MatchedAuthenticationSuccessHandler)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.