Uses of Class
org.apache.syncope.sra.security.LogoutRouteMatcher
Package
Description
-
Uses of LogoutRouteMatcher in org.apache.syncope.sra
Modifier and TypeMethodDescriptionSecurityConfig.routesSecurityFilterChain
(ObjectProvider<org.pac4j.saml.client.SAML2Client> saml2Client, SRAProperties props, ServerHttpSecurity http, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, PublicRouteMatcher publicRouteMatcher, CsrfRouteMatcher csrfRouteMatcher, ConfigurableApplicationContext ctx) -
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.cas
Modifier and TypeMethodDescriptionstatic void
CASSecurityConfigUtils.forLogout
(ServerHttpSecurity http, CacheManager cacheManager, String casServerUrlPrefix, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx) -
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.oauth2
Modifier and TypeMethodDescriptionstatic void
OAuth2SecurityConfigUtils.forLogout
(ServerHttpSecurity http, SRAProperties.AMType amType, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx) -
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.saml2
Modifier and TypeMethodDescriptionstatic void
SAML2SecurityConfigUtils.forLogout
(ServerHttpSecurity http, org.pac4j.saml.client.SAML2Client saml2Client, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx)