类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.codingapi.springboot.security.AutoConfiguration
- 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.web.authentication.UsernamePasswordAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- org.springframework.security.web.authentication.www.BasicAuthenticationFilter
- com.codingapi.springboot.security.jwt.Jwt
- com.codingapi.springboot.security.dto.request.LoginRequestContext
- com.codingapi.springboot.security.dto.response.LoginResponse
- com.codingapi.springboot.security.filter.MyAccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- com.codingapi.springboot.security.crypto.MyAES
- com.codingapi.springboot.security.crypto.MyCryptoConfiguration
- com.codingapi.springboot.security.filter.MyLogoutHandler (implements org.springframework.security.web.authentication.logout.LogoutHandler)
- com.codingapi.springboot.security.filter.MyLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- com.codingapi.springboot.security.filter.MyUnAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<T,B>
- com.codingapi.springboot.security.properties.SecurityJwtProperties
- java.lang.Throwable (implements java.io.Serializable)
- com.codingapi.springboot.security.jwt.Token (implements com.codingapi.springboot.framework.serializable.JsonSerializable)
- com.codingapi.springboot.security.jwt.TokenContext
- com.codingapi.springboot.security.controller.VersionController
- com.codingapi.springboot.security.configurer.WebSecurityConfigurer (implements org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer)