C D G I O

C

clearToken() - Method in interface org.xwiki.csrf.CSRFToken
Removes the anti-CSRF token associated with the current user.
clearToken() - Method in class org.xwiki.csrf.internal.DefaultCSRFToken
Removes the anti-CSRF token associated with the current user.
clearToken() - Method in class org.xwiki.csrf.internal.scripting.CSRFTokenScriptService
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.
CSRFTokenScriptService - Class in org.xwiki.csrf.internal.scripting
Script service wrapping a CSRFToken component.
CSRFTokenScriptService() - Constructor for class org.xwiki.csrf.internal.scripting.CSRFTokenScriptService
 

D

DefaultCSRFToken - Class in org.xwiki.csrf.internal
Concrete implementation of the CSRFToken component.
DefaultCSRFToken() - Constructor for class org.xwiki.csrf.internal.DefaultCSRFToken
 
DefaultCSRFTokenConfiguration - Class in org.xwiki.csrf.internal
Get configuration data from the XWiki properties file.
DefaultCSRFTokenConfiguration() - Constructor for class org.xwiki.csrf.internal.DefaultCSRFTokenConfiguration
 

G

getResubmissionURL() - Method in interface org.xwiki.csrf.CSRFToken
Get the URL where a failed request should be redirected to.
getResubmissionURL() - Method in class org.xwiki.csrf.internal.DefaultCSRFToken
Get the URL where a failed request should be redirected to.
getResubmissionURL() - Method in class org.xwiki.csrf.internal.scripting.CSRFTokenScriptService
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.
getToken() - Method in class org.xwiki.csrf.internal.DefaultCSRFToken
Returns the anti-CSRF token associated with the current user.
getToken() - Method in class org.xwiki.csrf.internal.scripting.CSRFTokenScriptService
Returns the anti-CSRF token associated with the current user.

I

initialize() - Method in class org.xwiki.csrf.internal.DefaultCSRFToken
Initializes the storage and random number generator.
isEnabled() - Method in interface org.xwiki.csrf.CSRFTokenConfiguration
Check if the CSRF protection is enabled in the configuration.
isEnabled() - Method in class org.xwiki.csrf.internal.DefaultCSRFTokenConfiguration
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.
isTokenValid(String) - Method in class org.xwiki.csrf.internal.DefaultCSRFToken
Check if the given token matches the internally stored token associated with the current user.
isTokenValid(String) - Method in class org.xwiki.csrf.internal.scripting.CSRFTokenScriptService
Check if the given token matches the internally stored token associated with the current user.

O

org.xwiki.csrf - package org.xwiki.csrf
 
org.xwiki.csrf.internal - package org.xwiki.csrf.internal
 
org.xwiki.csrf.internal.scripting - package org.xwiki.csrf.internal.scripting
 

C D G I O

Copyright © 2004-2011 XWiki. All Rights Reserved.