クラス AbstractConfigAttributeRequestMatcherRegistry<C>
java.lang.ObjectSE
org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<C>
org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry<C>
- 型パラメーター:
C
- RequestMatcher の作成後に返される、またはチェーンされるオブジェクト
- 既知の直属サブクラス
AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry
,ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
public abstract class AbstractConfigAttributeRequestMatcherRegistry<C>
extends AbstractRequestMatcherRegistry<C>
RequestMatcher
を登録するための基本クラス。例: 特定のレベルの認可が必要な RequestMatcher
を指定できる場合があります。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected final C
chainRequestMatchers
(ListSE<RequestMatcher> requestMatchers) RequestMatcher
をマップされていないものとしてマークしてから、chainRequestMatchersInternal(List)
を呼び出します。protected abstract C
chainRequestMatchersInternal
(ListSE<RequestMatcher> requestMatchers) サブクラスは、RequestMatcher
インスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。クラス org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry から継承されたメソッド
anyRequest, createMvcMatchers, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, requestMatchers, requestMatchers, requestMatchers, requestMatchers, setApplicationContext
コンストラクターの詳細
AbstractConfigAttributeRequestMatcherRegistry
public AbstractConfigAttributeRequestMatcherRegistry()
メソッドの詳細
chainRequestMatchers
RequestMatcher
をマップされていないものとしてマークしてから、chainRequestMatchersInternal(List)
を呼び出します。- 次で指定:
- クラス
AbstractRequestMatcherRegistry<C>
のchainRequestMatchers
- パラメーター:
requestMatchers
- 作成されたRequestMatcher
インスタンス- 戻り値:
RequestMatcher
への何かの関連付けを可能にするサブクラスのチェーンオブジェクト
chainRequestMatchersInternal
サブクラスは、RequestMatcher
インスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。- パラメーター:
requestMatchers
- 作成されたRequestMatcher
インスタンス- 戻り値:
RequestMatcher
への何かの関連付けを可能にするサブクラスのチェーンオブジェクト