Uses of Class
org.apache.syncope.sra.security.LogoutRouteMatcher
-
Packages that use LogoutRouteMatcher Package Description org.apache.syncope.sra org.apache.syncope.sra.security.cas org.apache.syncope.sra.security.oauth2 org.apache.syncope.sra.security.saml2 -
-
Uses of LogoutRouteMatcher in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return LogoutRouteMatcher Modifier and Type Method Description LogoutRouteMatcher
SyncopeSRAApplication. logoutRouteMatcher()
Methods in org.apache.syncope.sra with parameters of type LogoutRouteMatcher 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)
-
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.cas
Methods in org.apache.syncope.sra.security.cas with parameters of type LogoutRouteMatcher Modifier and Type Method Description static void
CASSecurityConfigUtils. forLogout(ServerHttpSecurity.AuthorizeExchangeSpec builder, CacheManager cacheManager, String casServerUrlPrefix, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx)
-
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.oauth2
Methods in org.apache.syncope.sra.security.oauth2 with parameters of type LogoutRouteMatcher Modifier and Type Method Description static void
OAuth2SecurityConfigUtils. forLogout(ServerHttpSecurity.AuthorizeExchangeSpec builder, SRAProperties.AMType amType, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx)
-
Uses of LogoutRouteMatcher in org.apache.syncope.sra.security.saml2
Methods in org.apache.syncope.sra.security.saml2 with parameters of type LogoutRouteMatcher Modifier and Type Method Description static void
SAML2SecurityConfigUtils. forLogout(ServerHttpSecurity.AuthorizeExchangeSpec builder, org.pac4j.saml.client.SAML2Client saml2Client, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx)
-