C G I O 
All Classes All Packages

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.script.CSRFTokenScriptService
 
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.script
Script service wrapping a CSRFToken component.
CSRFTokenScriptService() - Constructor for class org.xwiki.csrf.script.CSRFTokenScriptService
 

G

getRequestURI() - Method in interface org.xwiki.csrf.CSRFToken
Get the URI to call to trigger back the failed request.
getRequestURI() - Method in class org.xwiki.csrf.script.CSRFTokenScriptService
 
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.script.CSRFTokenScriptService
 
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.script.CSRFTokenScriptService
 

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.
isTokenValid(String) - Method in class org.xwiki.csrf.script.CSRFTokenScriptService
 

O

org.xwiki.csrf - package org.xwiki.csrf
 
org.xwiki.csrf.script - package org.xwiki.csrf.script
 
C G I O 
All Classes All Packages