Uses of Class
eu.rarogsoftware.rarog.platform.core.security.anonymous.AnonymousAllowedMatcher
Packages that use AnonymousAllowedMatcher
-
Uses of AnonymousAllowedMatcher in eu.rarogsoftware.rarog.platform.app.configuration
Methods in eu.rarogsoftware.rarog.platform.app.configuration with parameters of type AnonymousAllowedMatcherModifier and TypeMethodDescriptionprotected org.springframework.security.config.annotation.web.builders.HttpSecurity
SecurityConfig.configureEndpoints
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, MultiFactorEnforcingFilter multiFactorEnforcingFilter, AnonymousAllowedMatcher anonymousAllowedMatcher, CustomServletAwareAuthorizationManager servletAwareAuthorizationManager) org.springframework.security.web.SecurityFilterChain
SecurityConfig.securityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AutoImportingFilter[] autoImportingFilters, MultiFactorEnforcingFilter multiFactorEnforcingFilter, AnonymousAllowedMatcher anonymousAllowedMatcher, CustomServletAwareAuthorizationManager servletAwareAuthorizationManager, CsrfDisabledMatcher csrfDisabledMatcher, SmartSwitchingServlet smartSwitchingServlet, PluginSecurityFilterResolver pluginSecurityFilterResolver)