クラス HttpSecurity.RequestMatcherConfigurer
java.lang.ObjectSE
org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<HttpSecurity.RequestMatcherConfigurer>
org.springframework.security.config.annotation.web.builders.HttpSecurity.RequestMatcherConfigurer
- 含まれているクラス:
- HttpSecurity
public class HttpSecurity.RequestMatcherConfigurer
extends AbstractRequestMatcherRegistry<HttpSecurity.RequestMatcherConfigurer>
この
HttpSecurity が使用される HTTP リクエストのマッピングを許可します - 導入:
- 3.2
フィールド概要
フィールド方法の概要
修飾子と型メソッド説明protected HttpSecurity.RequestMatcherConfigurerchainRequestMatchers(ListSE<RequestMatcher> requestMatchers) サブクラスは、RequestMatcherインスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。クラス org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry から継承されたメソッド
anyRequest, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, requestMatchers, requestMatchers, requestMatchers, requestMatchers, setApplicationContext
フィールドの詳細
matchers
メソッドの詳細
chainRequestMatchers
protected HttpSecurity.RequestMatcherConfigurer chainRequestMatchers(ListSE<RequestMatcher> requestMatchers) クラスからコピーされた説明:AbstractRequestMatcherRegistryサブクラスは、RequestMatcherインスタンスの作成にチェーンされたオブジェクトを返すためにこのメソッドを実装する必要があります。- 次で指定:
- クラス
AbstractRequestMatcherRegistry<HttpSecurity.RequestMatcherConfigurer>のchainRequestMatchers - パラメーター:
requestMatchers- 作成されたRequestMatcherインスタンス- 戻り値:
RequestMatcherへの何かの関連付けを可能にするサブクラスのチェーンオブジェクト