Uses of Class
com.codeupsoft.component.security.handler.SecurityAccessDeniedHandler
Packages that use SecurityAccessDeniedHandler
-
Uses of SecurityAccessDeniedHandler in com.codeupsoft.component.security.autoconfigure
Methods in com.codeupsoft.component.security.autoconfigure that return SecurityAccessDeniedHandlerModifier and TypeMethodDescriptionComponentSecurityAutoConfiguration.securityAccessDeniedHandler()访问拒绝处理器Bean.Methods in com.codeupsoft.component.security.autoconfigure with parameters of type SecurityAccessDeniedHandlerModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainComponentSecurityAutoConfiguration.securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, SecurityAuthenticateUserService authenticateUserService, SecurityAccessDeniedHandler securityAccessDeniedHandler, SecurityAuthenticationEntryPoint securityAuthenticationEntryPoint, SecurityLogoutSuccessHandler securityLogoutSuccessHandler, AnonymousAccessHandler anonymousAccessHandler) Spring Security过滤器链配置Bean.