クラス AuthenticatedReactiveAuthorizationManager<T>
java.lang.ObjectSE
org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager<T>
- 型パラメーター:
T
- オブジェクト認可の型が実行されています。認可決定はオブジェクトを使用しないため、これは問題になりません。
- 実装されたすべてのインターフェース:
ReactiveAuthorizationManager<T>
public class AuthenticatedReactiveAuthorizationManager<T>
extends ObjectSE
implements ReactiveAuthorizationManager<T>
現在のユーザーが認証されるかどうかを決定する
ReactiveAuthorizationManager
。- 導入:
- 5.0
メソッドのサマリー
修飾子と型メソッド説明static <T> AuthenticatedReactiveAuthorizationManager<T>
AuthenticatedReactiveAuthorizationManager
のインスタンスを取得しますreactor.core.publisher.Mono<AuthorizationDecision>
check
(reactor.core.publisher.Mono<Authentication> authentication, T object) 特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.security.authorization.ReactiveAuthorizationManager から継承されたメソッド
authorize, verify
メソッドの詳細
check
public reactor.core.publisher.Mono<AuthorizationDecision> check(reactor.core.publisher.Mono<Authentication> authentication, T object) インターフェースからコピーされた説明:ReactiveAuthorizationManager
特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。- 次で指定:
- インターフェース
ReactiveAuthorizationManager<T>
のcheck
- パラメーター:
authentication
- 確認する認証object
- チェックするオブジェクト- 戻り値:
- 決定できない場合は、決定または空の Mono。
authenticated
AuthenticatedReactiveAuthorizationManager
のインスタンスを取得します- 型パラメーター:
T
-- 戻り値: