クラス 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のビルダーを作成します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.security.authorization.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- 承認するAuthorizationManagerオブジェクト- 戻り値:
AuthorizationResult
builder
MessageMatcherDelegatingAuthorizationManagerのビルダーを作成します。- 戻り値:
- 新しい
MessageMatcherDelegatingAuthorizationManager.Builderインスタンス