Uses of Class
org.apache.syncope.sra.security.PublicRouteMatcher
Packages that use PublicRouteMatcher
Package
Description
-
Uses of PublicRouteMatcher in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return PublicRouteMatcherMethods in org.apache.syncope.sra with parameters of type PublicRouteMatcherModifier 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
Constructors in org.apache.syncope.sra.security with parameters of type PublicRouteMatcher -
Uses of PublicRouteMatcher in org.apache.syncope.sra.security.cas
Methods in org.apache.syncope.sra.security.cas with parameters of type PublicRouteMatcherModifier and TypeMethodDescriptionstatic void
CASSecurityConfigUtils.forLogin
(ServerHttpSecurity http, org.apereo.cas.client.Protocol protocol, String casServerUrlPrefix, PublicRouteMatcher publicRouteMatcher) Constructors in org.apache.syncope.sra.security.cas with parameters of type PublicRouteMatcherModifierConstructorDescriptionCASAuthenticationRequestWebFilter
(PublicRouteMatcher publicRouteMatcher, org.apereo.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 PublicRouteMatcherModifier and TypeMethodDescriptionstatic void
SAML2SecurityConfigUtils.forLogin
(ServerHttpSecurity http, org.pac4j.saml.client.SAML2Client saml2Client, PublicRouteMatcher publicRouteMatcher) Constructors in org.apache.syncope.sra.security.saml2 with parameters of type PublicRouteMatcher