Package org.apache.syncope.sra.security
Class CsrfRouteMatcher
java.lang.Object
org.apache.syncope.sra.security.AbstractRouteMatcher
org.apache.syncope.sra.security.CsrfRouteMatcher
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringreactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange) protected booleanrouteBehavior(org.springframework.cloud.gateway.route.Route route) Methods inherited from class org.apache.syncope.sra.security.AbstractRouteMatcher
onApplicationEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
CsrfRouteMatcher
-
-
Method Details
-
getCacheName
- Specified by:
getCacheNamein classAbstractRouteMatcher
-
routeBehavior
protected boolean routeBehavior(org.springframework.cloud.gateway.route.Route route) - Specified by:
routeBehaviorin classAbstractRouteMatcher
-
matches
public reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange) - Specified by:
matchesin interfaceServerWebExchangeMatcher- Overrides:
matchesin classAbstractRouteMatcher
-