クラス RequestMatchers
java.lang.ObjectSE
org.springframework.security.web.util.matcher.RequestMatchers
RequestMatcher インスタンスを作成するためのファクトリクラス。- 導入:
- 6.1
メソッドのサマリー
修飾子と型メソッド説明static RequestMatcherallOf(RequestMatcher... matchers) static RequestMatcheranyOf(RequestMatcher... matchers) static RequestMatchernot(RequestMatcher matcher) 指定されたRequestMatcherが一致しない場合は、一致するRequestMatcherを作成します。
メソッドの詳細
anyOf
- パラメーター:
matchers- 使用するRequestMatcher- 戻り値:
- いずれかの構成の
RequestMatcher - 関連事項:
allOf
- パラメーター:
matchers- 使用するRequestMatcher- 戻り値:
- すべてが構成された
RequestMatcher - 関連事項:
not
指定されたRequestMatcherが一致しない場合は、一致するRequestMatcherを作成します。- パラメーター:
matcher- 使用するRequestMatcher- 戻り値:
- 逆さ
RequestMatcher