Uses of Class
org.apache.syncope.sra.security.CsrfRouteMatcher
-
Packages that use CsrfRouteMatcher Package Description org.apache.syncope.sra -
-
Uses of CsrfRouteMatcher in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return CsrfRouteMatcher Modifier and Type Method Description CsrfRouteMatcher
SyncopeSRAApplication. csrfRouteMatcher(PublicRouteMatcher publicRouteMatcher)
Methods in org.apache.syncope.sra with parameters of type CsrfRouteMatcher Modifier and Type Method Description SecurityWebFilterChain
SecurityConfig. routesSecurityFilterChain(ObjectProvider<org.pac4j.saml.client.SAML2Client> saml2Client, SRAProperties props, ServerHttpSecurity http, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, PublicRouteMatcher publicRouteMatcher, CsrfRouteMatcher csrfRouteMatcher, ConfigurableApplicationContext ctx)
-