 |
- java.lang.Object
-
- org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<C>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
matches
protected abstract reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange,
Supplier<C> context)
Decides whether the rule implemented by the strategy matches the supplied exchange.
- Parameters:
exchange - the source exchange
context - a supplier for the initialized context (may throw an exception)
- Returns:
- if the exchange matches
|
|