Class PayloadExchangeMatcherReactiveAuthorizationManager
java.lang.Object
org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager
- All Implemented Interfaces:
org.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange>
public final class PayloadExchangeMatcherReactiveAuthorizationManager
extends Object
implements org.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange>
Maps a @{code List} of
PayloadExchangeMatcher instances to- Since:
- 5.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()reactor.core.publisher.Mono<org.springframework.security.authorization.AuthorizationDecision>check(reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authentication, PayloadExchange exchange) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.authorization.ReactiveAuthorizationManager
verify
-
Method Details
-
check
public reactor.core.publisher.Mono<org.springframework.security.authorization.AuthorizationDecision> check(reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authentication, PayloadExchange exchange) - Specified by:
checkin interfaceorg.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange>
-
builder
-