接口分层结构
- 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)