C G I O

C

clearToken() - Method in interface org.xwiki.csrf.CSRFToken
Removes the anti-CSRF token associated with the current user.
CSRFToken - Interface in org.xwiki.csrf
Anti-CSRF (Cross Site Request Forgery) protection using secret token validation mechanism.
CSRFTokenConfiguration - Interface in org.xwiki.csrf
Provides configuration for the CSRFToken component.

G

getResubmissionURL() - Method in interface org.xwiki.csrf.CSRFToken
Get the URL where a failed request should be redirected to.
getToken() - Method in interface org.xwiki.csrf.CSRFToken
Returns the anti-CSRF token associated with the current user.

I

isEnabled() - Method in interface org.xwiki.csrf.CSRFTokenConfiguration
Check if the CSRF protection is enabled in the configuration.
isTokenValid(String) - Method in interface org.xwiki.csrf.CSRFToken
Check if the given token matches the internally stored token associated with the current user.

O

org.xwiki.csrf - package org.xwiki.csrf
 

C G I O

Copyright © 2004-2013 XWiki. All Rights Reserved.