类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.security.web.server.authentication.AuthenticationWebFilter (implements org.springframework.web.server.WebFilter)
- 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)
- org.springframework.security.boot.jwt.authentication.server.JwtMatchedServerAuthenticationEntryPoint (implements org.springframework.security.boot.biz.authentication.server.MatchedServerAuthenticationEntryPoint)
- org.springframework.security.boot.jwt.authentication.server.JwtMatchedServerAuthenticationFailureHandler (implements org.springframework.security.boot.biz.authentication.server.MatchedServerAuthenticationFailureHandler)
- org.springframework.security.boot.jwt.authentication.server.JwtMatchedServerAuthenticationSuccessHandler (implements org.springframework.security.boot.biz.authentication.server.MatchedServerAuthenticationSuccessHandler)
- org.springframework.security.boot.jwt.authentication.server.JwtReactiveAuthenticationManager (implements org.springframework.security.authentication.ReactiveAuthenticationManager)
- org.springframework.security.boot.jwt.authentication.server.JwtServerAuthenticationConverter (implements org.springframework.security.web.server.authentication.ServerAuthenticationConverter)
- org.springframework.security.boot.jwt.authentication.server.JwtServerAuthorizationSecurityContextRepository (implements org.springframework.security.web.server.context.ServerSecurityContextRepository)
- org.springframework.security.boot.ReactiveSecurityJwtAutoConfiguration
- org.springframework.security.boot.jwt.endpoint.RefreshTokenEndpoint
- org.springframework.security.boot.biz.property.SecurityAuthcProperties
- org.springframework.security.boot.SecurityJwtAuthcFilterConfiguration
- org.springframework.security.boot.SecurityJwtAuthzFilterConfiguration
- org.springframework.security.boot.SecurityJwtAuthzProperties
- org.springframework.security.boot.SecurityJwtAutoConfiguration
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.boot.biz.exception.AuthenticationExceptionAdapter
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.