Package org.xwiki.csrf
Interface CSRFTokenConfiguration
-
@Role public interface CSRFTokenConfiguration
Provides configuration for theCSRFToken
component.- Since:
- 2.5M2
- Version:
- $Id: 2111a12fb429705f06df878d4a523ea48d133913 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEnabled()
Check if the CSRF protection is enabled in the configuration.
-