Package nablarch.fw.web.handler.csrf
Interface VerificationTargetMatcher
- All Known Implementing Classes:
HttpMethodVerificationTargetMatcher
HTTPリクエストがCSRFトークンの検証対象となるか判定を行うインターフェース。
-
Method Summary
Modifier and TypeMethodDescriptionboolean
match
(HttpRequest request) HTTPリクエストがCSRFトークンの検証対象となるか判定を行う。
-
Method Details
-
match
HTTPリクエストがCSRFトークンの検証対象となるか判定を行う。- Parameters:
request
- HTTPリクエスト- Returns:
- 検証対象であればtrue
-