Uses of Class
org.apache.syncope.sra.security.PublicRouteMatcher
-
Packages that use PublicRouteMatcher Package Description org.apache.syncope.sra org.apache.syncope.sra.security org.apache.syncope.sra.security.cas org.apache.syncope.sra.security.saml2 -
-
Uses of PublicRouteMatcher in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return PublicRouteMatcher Modifier and Type Method Description PublicRouteMatcherSyncopeSRAApplication. publicRouteMatcher()Methods in org.apache.syncope.sra with parameters of type PublicRouteMatcher Modifier and Type Method Description CsrfRouteMatcherSyncopeSRAApplication. csrfRouteMatcher(PublicRouteMatcher publicRouteMatcher)SecurityWebFilterChainSecurityConfig. routesSecurityFilterChain(ObjectProvider<org.pac4j.saml.client.SAML2Client> saml2Client, SRAProperties props, ServerHttpSecurity http, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, PublicRouteMatcher publicRouteMatcher, CsrfRouteMatcher csrfRouteMatcher, ConfigurableApplicationContext ctx) -
Uses of PublicRouteMatcher in org.apache.syncope.sra.security
Constructors in org.apache.syncope.sra.security with parameters of type PublicRouteMatcher Constructor Description CsrfRouteMatcher(PublicRouteMatcher publicRouteMatcher) -
Uses of PublicRouteMatcher in org.apache.syncope.sra.security.cas
Methods in org.apache.syncope.sra.security.cas with parameters of type PublicRouteMatcher Modifier and Type Method Description static voidCASSecurityConfigUtils. forLogin(ServerHttpSecurity http, org.jasig.cas.client.Protocol protocol, String casServerUrlPrefix, PublicRouteMatcher publicRouteMatcher)Constructors in org.apache.syncope.sra.security.cas with parameters of type PublicRouteMatcher Constructor Description CASAuthenticationRequestWebFilter(PublicRouteMatcher publicRouteMatcher, org.jasig.cas.client.Protocol protocol, String casServerUrlPrefix) -
Uses of PublicRouteMatcher in org.apache.syncope.sra.security.saml2
Methods in org.apache.syncope.sra.security.saml2 with parameters of type PublicRouteMatcher Modifier and Type Method Description static voidSAML2SecurityConfigUtils. forLogin(ServerHttpSecurity http, org.pac4j.saml.client.SAML2Client saml2Client, PublicRouteMatcher publicRouteMatcher)Constructors in org.apache.syncope.sra.security.saml2 with parameters of type PublicRouteMatcher Constructor Description SAML2AnonymousWebFilter(PublicRouteMatcher publicRouteMatcher)
-