インターフェース RequestMatcherProvider

関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface RequestMatcherProvider
Spring Security で使用できる RequestMatcher を提供するために使用できるインターフェース。
導入:
3.5.0
作成者:
Madhura Bhave, Chris Bono
  • メソッドの詳細

    • getRequestMatcher

      RequestMatcher getRequestMatcher(StringSE pattern, HttpMethod httpMethod)
      指定されたパターンと http メソッドに使用される RequestMatcher を返します。
      パラメーター:
      pattern - リクエストパターン
      httpMethod - http メソッド
      戻り値:
      リクエストマッチャー