所有程序包的分层结构

程序包分层结构:

类分层结构

  • 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>)
      • org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<T,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)

接口分层结构