Annotation Interface Csrf
Controls CSRF behaviour for a controller method.
- Since:
- 9.7.3
- Author:
- Petru Galanton
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Indicates whether CSRF verification should be skipped for this method.
-
Element Details
-
ignore
boolean ignoreIndicates whether CSRF verification should be skipped for this method.- Returns:
- if the CSRF verification should be ignored (defaults to false)
- Default:
- false
-