Uses of Class
com.codeupsoft.component.security.handler.AnonymousAccessHandler
Packages that use AnonymousAccessHandler
-
Uses of AnonymousAccessHandler in com.codeupsoft.component.security.autoconfigure
Methods in com.codeupsoft.component.security.autoconfigure that return AnonymousAccessHandlerModifier and TypeMethodDescriptionComponentSecurityAutoConfiguration.anonymousAccessHandler(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping requestMappingHandlerMapping, org.springframework.core.env.Environment environment) 匿名访问处理器Bean.Methods in com.codeupsoft.component.security.autoconfigure with parameters of type AnonymousAccessHandlerModifier 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.