インターフェース RequestMatcherProvider

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

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

    • getRequestMatcher

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