クラス PayloadExchangeMatcherReactiveAuthorizationManager
java.lang.ObjectSE
org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager
- 実装されたすべてのインターフェース:
ReactiveAuthorizationManager<PayloadExchange>
public final class PayloadExchangeMatcherReactiveAuthorizationManager
extends ObjectSE
implements ReactiveAuthorizationManager<PayloadExchange>
PayloadExchangeMatcher
インスタンスの @{ コードリスト } を - 導入:
- 5.2
ネストされたクラスのサマリー
ネストされたクラス方法の概要
修飾子と型メソッド説明builder()
reactor.core.publisher.Mono<AuthorizationDecision>
check
(reactor.core.publisher.Mono<Authentication> authentication, PayloadExchange exchange) 使用すべきではありません。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.security.authorization.ReactiveAuthorizationManager から継承されたメソッド
authorize, verify
メソッドの詳細
check
@DeprecatedSE public reactor.core.publisher.Mono<AuthorizationDecision> check(reactor.core.publisher.Mono<Authentication> authentication, PayloadExchange exchange) 使用すべきではありません。代わりにReactiveAuthorizationManager.authorize(Mono, Object)
を使用してくださいインターフェースからコピーされた説明:ReactiveAuthorizationManager
特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。- 次で指定:
- インターフェース
ReactiveAuthorizationManager<PayloadExchange>
のcheck
- パラメーター:
authentication
- 確認する認証exchange
- チェックするオブジェクト- 戻り値:
- 決定できない場合は、決定または空の Mono。
builder
ReactiveAuthorizationManager.authorize(Mono, Object)
を使用してください