Package org.apache.syncope.sra.security
Class LogoutRouteMatcher
java.lang.Object
org.apache.syncope.sra.security.AbstractRouteMatcher
org.apache.syncope.sra.security.LogoutRouteMatcher
- All Implemented Interfaces:
EventListener
,ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
,ServerWebExchangeMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
ServerWebExchangeMatcher.MatchResult
-
Field Summary
Fields inherited from class org.apache.syncope.sra.security.AbstractRouteMatcher
CACHE, routeProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected boolean
routeBehavior
(org.springframework.cloud.gateway.route.Route route) Methods inherited from class org.apache.syncope.sra.security.AbstractRouteMatcher
matches, onApplicationEvent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
LogoutRouteMatcher
public LogoutRouteMatcher()
-
-
Method Details
-
getCacheName
- Specified by:
getCacheName
in classAbstractRouteMatcher
-
routeBehavior
protected boolean routeBehavior(org.springframework.cloud.gateway.route.Route route) - Specified by:
routeBehavior
in classAbstractRouteMatcher
-