クラス MessageMatcherDelegatingAuthorizationManager
java.lang.ObjectSE
org.springframework.security.messaging.access.intercept.MessageMatcherDelegatingAuthorizationManager
- 実装済みのインターフェース一覧:
AuthorizationManager<org.springframework.messaging.Message<?>>
public final class MessageMatcherDelegatingAuthorizationManager
extends ObjectSE
implements AuthorizationManager<org.springframework.messaging.Message<?>>
ネストされたクラスの概要
ネストされたクラス修飾子と型クラス説明static final class方法の概要
修飾子と型メソッド説明@Nullable AuthorizationResultauthorize(SupplierSE<? extends @Nullable Authentication> authentication, org.springframework.messaging.Message<?> message) 特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。builder()MessageMatcherDelegatingAuthorizationManagerのビルダーを作成します。クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース AuthorizationManager から継承されたメソッド
verify
方法の詳細
authorize
public @Nullable AuthorizationResult authorize(SupplierSE<? extends @Nullable Authentication> authentication, org.springframework.messaging.Message<?> message) インターフェースからコピーされた説明:AuthorizationManager特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。- 次で指定:
- インターフェース
AuthorizationManager<org.springframework.messaging.Message<?>>内のauthorize - パラメーター:
authentication-AuthenticationのSupplierSE を承認するmessage- 承認するTオブジェクト- 戻り値:
AuthorizationResult
builder
MessageMatcherDelegatingAuthorizationManagerのビルダーを作成します。- 戻り値:
- 新しい
MessageMatcherDelegatingAuthorizationManager.Builderインスタンス