Interface CsrfFilterConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
public interface CsrfFilterConfiguration
extends io.micronaut.core.util.Toggleable
- Since:
- 4.11.0
- Author:
- Sergio del Amo
-
Method Details
-
getRegexPattern
- Returns:
- Regular expression pattern. Filter will only process requests whose path matches this pattern.
-
getMethods
- Returns:
- HTTP methods. Filter will only process requests whose method matches any of these methods.
-
getContentTypes
- Returns:
- HTTP methods. Filter will only process requests whose content type matches any of these content types.
-