程序包com.codingapi.springboot.security.filter的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • 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.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)

接口分层结构