Uses of Class
org.apache.syncope.sra.security.PublicRouteMatcher
Package
Description
-
Uses of PublicRouteMatcher in org.apache.syncope.sra
Modifier and TypeMethodDescriptionSyncopeSRAApplication.csrfRouteMatcher
(PublicRouteMatcher publicRouteMatcher) SecurityConfig.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
-
Uses of PublicRouteMatcher in org.apache.syncope.sra.security.cas
Modifier and TypeMethodDescriptionstatic void
CASSecurityConfigUtils.forLogin
(ServerHttpSecurity http, org.apereo.cas.client.Protocol protocol, String casServerUrlPrefix, PublicRouteMatcher publicRouteMatcher) ModifierConstructorDescriptionCASAuthenticationRequestWebFilter
(PublicRouteMatcher publicRouteMatcher, org.apereo.cas.client.Protocol protocol, String casServerUrlPrefix) -
Uses of PublicRouteMatcher in org.apache.syncope.sra.security.saml2
Modifier and TypeMethodDescriptionstatic void
SAML2SecurityConfigUtils.forLogin
(ServerHttpSecurity http, org.pac4j.saml.client.SAML2Client saml2Client, PublicRouteMatcher publicRouteMatcher)