C G I L O X 

C

CaptchaVerifier - Interface in org.xwiki.captcha
The CaptchaVerifier interface allows us to check if an answer to a captcha was correct.
CaptchaVerifierNotFoundException - Exception in org.xwiki.captcha
Thrown when the programmer tries to get a CaptchaVerifier which doesn't exist.
CaptchaVerifierNotFoundException(String) - Constructor for exception org.xwiki.captcha.CaptchaVerifierNotFoundException
The Constructor.

G

getCaptchaVerifier(String) - Method in interface org.xwiki.captcha.XWikiCaptchaService
Get a CaptchaVerifier from the service.
getUserId(HttpServletRequest) - Method in interface org.xwiki.captcha.CaptchaVerifier
Uses an HttpServletRequest object to get a unique id string to tell different users apart.

I

isAnswerCorrect(String, String) - Method in interface org.xwiki.captcha.CaptchaVerifier
Check if the solution to a captcha is correct.
isEnabled() - Method in interface org.xwiki.captcha.XWikiCaptchaService
Deprecated.
since 2.3M1 Captcha should only be enabled/disabled on an application by application basis.

L

listCaptchaNames() - Method in interface org.xwiki.captcha.XWikiCaptchaService
 

O

org.xwiki.captcha - package org.xwiki.captcha
 

X

XWikiCaptchaService - Interface in org.xwiki.captcha
Provides access to the classes implementing Captcha.
C G I L O X 

Copyright © 2004–2015 XWiki. All rights reserved.