クラス RequestMatcherDelegatingAuthorizationManager
java.lang.ObjectSE
org.springframework.security.web.access.intercept.RequestMatcherDelegatingAuthorizationManager
- 実装されているすべてのインターフェース:
AuthorizationManager<jakarta.servlet.http.HttpServletRequest>
public final class RequestMatcherDelegatingAuthorizationManager
extends ObjectSE
implements AuthorizationManager<jakarta.servlet.http.HttpServletRequest>
- 導入:
- 5.5
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static final classメソッドのサマリー
修飾子と型メソッド説明@Nullable AuthorizationResultauthorize(SupplierSE<? extends @Nullable Authentication> authentication, jakarta.servlet.http.HttpServletRequest request) 特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。builder()RequestMatcherDelegatingAuthorizationManagerのビルダーを作成します。クラス 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, jakarta.servlet.http.HttpServletRequest request) インターフェースからコピーされた説明:AuthorizationManager特定の認証およびオブジェクトにアクセスを許可するかどうかを決定します。- 次で指定:
- インターフェース
AuthorizationManager<jakarta.servlet.http.HttpServletRequest>のauthorize - パラメーター:
authentication-AuthenticationのSupplierSE を承認するrequest- 承認するAuthorizationManagerオブジェクト- 戻り値:
AuthorizationResult
builder
RequestMatcherDelegatingAuthorizationManagerのビルダーを作成します。- 戻り値:
- 新しい
RequestMatcherDelegatingAuthorizationManager.Builderインスタンス