程序包分层结构:
- com.codingapi.springboot.security,
- com.codingapi.springboot.security.configurer,
- com.codingapi.springboot.security.controller,
- com.codingapi.springboot.security.crypto,
- com.codingapi.springboot.security.dto.request,
- com.codingapi.springboot.security.dto.response,
- com.codingapi.springboot.security.exception,
- com.codingapi.springboot.security.filter,
- com.codingapi.springboot.security.gateway,
- com.codingapi.springboot.security.jwt,
- com.codingapi.springboot.security.properties,
- com.codingapi.springboot.security.redis
类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.codingapi.springboot.security.crypto.AESTools
- com.codingapi.springboot.security.AutoConfiguration
- com.codingapi.springboot.security.properties.CodingApiSecurityProperties
- 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, jakarta.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.JWTSecurityConfiguration
- com.codingapi.springboot.security.jwt.JwtTokenGateway
- com.codingapi.springboot.security.jwt.JWTTokenGatewayImpl (implements com.codingapi.springboot.security.gateway.TokenGateway)
- 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.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)
- com.codingapi.springboot.security.redis.RedisSecurityConfiguration
- com.codingapi.springboot.security.redis.RedisTokenGateway
- com.codingapi.springboot.security.redis.RedisTokenGatewayImpl (implements com.codingapi.springboot.security.gateway.TokenGateway)
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- com.codingapi.springboot.security.crypto.SecurityCryptoConfiguration
- com.codingapi.springboot.security.jwt.SecurityJWTProperties
- com.codingapi.springboot.security.redis.SecurityRedisProperties
- java.lang.Throwable (implements java.io.Serializable)
- com.codingapi.springboot.security.gateway.Token (implements com.codingapi.springboot.framework.serializable.JsonSerializable)
- com.codingapi.springboot.security.gateway.TokenContext
- com.codingapi.springboot.security.controller.VersionController
- com.codingapi.springboot.security.configurer.WebSecurityConfigurer (implements org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer)