クラス AuthenticatedReactiveAuthorizationManager<T>
- java.lang.Object
-
- org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager<T>
- 型パラメーター:
T- オブジェクト認可の型が実行されています。これはしません
- 実装済みのインターフェース一覧:
ReactiveAuthorizationManager<T>
public class AuthenticatedReactiveAuthorizationManager<T> extends java.lang.Object implements ReactiveAuthorizationManager<T>
現在のユーザーが認証されるかどうかを決定するReactiveAuthorizationManager。- 導入:
- 5.0 認可決定はオブジェクトを使用しないため、問題になります。
方法の概要
すべてのメソッド 静的メソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 static <T> AuthenticatedReactiveAuthorizationManager<T>authenticated()AuthenticatedReactiveAuthorizationManagerのインスタンスを取得しますreactor.core.publisher.Mono<AuthorizationDecision>check(reactor.core.publisher.Mono<Authentication> authentication, T object)特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インターフェース org.springframework.security.authorization.ReactiveAuthorizationManager から継承されたメソッド
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
public static <T> AuthenticatedReactiveAuthorizationManager<T> authenticated()
AuthenticatedReactiveAuthorizationManagerのインスタンスを取得します- 型パラメーター:
T-- 戻り値: