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 java.lang.Object implements org.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange>
Maps a @{code List} ofPayloadExchangeMatcherinstances to- Since:
- 5.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayloadExchangeMatcherReactiveAuthorizationManager.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PayloadExchangeMatcherReactiveAuthorizationManager.Builderbuilder()reactor.core.publisher.Mono<org.springframework.security.authorization.AuthorizationDecision>check(reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authentication, PayloadExchange exchange)
-
-
-
Method Detail
-
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
public static PayloadExchangeMatcherReactiveAuthorizationManager.Builder builder()
-
-