クラス RequestMatcherDelegatingAuthorizationManager.Builder
java.lang.ObjectSE
org.springframework.security.web.access.intercept.RequestMatcherDelegatingAuthorizationManager.Builder
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明add(RequestMatcher matcher, AuthorizationManager<? super RequestAuthorizationContext> manager) RequestMatcherをAuthorizationManagerにマップします。リクエストをマッピングします。build()RequestMatcherDelegatingAuthorizationManagerインスタンスを作成します。mappings(ConsumerSE<ListSE<RequestMatcherEntry<AuthorizationManager<? super RequestAuthorizationContext>>>> mappingsConsumer) RequestMatcherからAuthorizationManagerへのマッピングを構成できます。requestMatchers(RequestMatcher... matchers) RequestMatcherをAuthorizationManagerにマップします。
コンストラクターの詳細
Builder
public Builder()
メソッドの詳細
add
public RequestMatcherDelegatingAuthorizationManager.Builder add(RequestMatcher matcher, AuthorizationManager<? super RequestAuthorizationContext> manager) RequestMatcherをAuthorizationManagerにマップします。- パラメーター:
matcher- 使用するRequestMatchermanager- 使用するAuthorizationManager- 戻り値:
- さらにカスタマイズするための
RequestMatcherDelegatingAuthorizationManager.Builder
mappings
public RequestMatcherDelegatingAuthorizationManager.Builder mappings(ConsumerSE<ListSE<RequestMatcherEntry<AuthorizationManager<? super RequestAuthorizationContext>>>> mappingsConsumer) RequestMatcherからAuthorizationManagerへのマッピングを構成できます。- パラメーター:
mappingsConsumer-RequestMatcherからAuthorizationManagerへのマッピングを構成するために使用されます。- 戻り値:
- さらにカスタマイズするための
RequestMatcherDelegatingAuthorizationManager.Builder - 導入:
- 5.7
anyRequest
リクエストをマッピングします。- 戻り値:
- さらにカスタマイズするための
RequestMatcherDelegatingAuthorizationManager.Builder.AuthorizedUrl - 導入:
- 6.2
requestMatchers
public RequestMatcherDelegatingAuthorizationManager.Builder.AuthorizedUrl requestMatchers(RequestMatcher... matchers) RequestMatcherをAuthorizationManagerにマップします。- パラメーター:
matchers- マッピングするRequestMatcher- 戻り値:
- さらにカスタマイズするための
RequestMatcherDelegatingAuthorizationManager.Builder.AuthorizedUrl - 導入:
- 6.2
build
RequestMatcherDelegatingAuthorizationManagerインスタンスを作成します。- 戻り値:
RequestMatcherDelegatingAuthorizationManagerインスタンス