程序包spring.turbo.module.security.exception的分层结构

程序包分层结构:

类分层结构

接口分层结构

  • org.springframework.security.web.access.AccessDeniedHandler
    • spring.turbo.module.security.exception.SecurityExceptionHandler (并 extends org.springframework.security.web.AuthenticationEntryPoint, org.springframework.security.web.firewall.RequestRejectedHandler)
  • org.springframework.security.web.AuthenticationEntryPoint
    • spring.turbo.module.security.exception.SecurityExceptionHandler (并 extends org.springframework.security.web.access.AccessDeniedHandler, org.springframework.security.web.firewall.RequestRejectedHandler)
  • org.springframework.security.web.firewall.RequestRejectedHandler
    • spring.turbo.module.security.exception.SecurityExceptionHandler (并 extends org.springframework.security.web.access.AccessDeniedHandler, org.springframework.security.web.AuthenticationEntryPoint)