org.xwiki.csrf
Interface CSRFTokenConfiguration


@ComponentRole
public interface CSRFTokenConfiguration

Provides configuration for the CSRFToken component.

Since:
2.5M2
Version:
$Id$

Method Summary
 boolean isEnabled()
          Check if the CSRF protection is enabled in the configuration.
 

Method Detail

isEnabled

boolean isEnabled()
Check if the CSRF protection is enabled in the configuration.

Returns:
true if the component is enabled, false otherwise


Copyright © 2004-2012 XWiki. All Rights Reserved.