@Role
public interface XWikiCaptchaService
| Modifier and Type | Method and Description |
|---|---|
CaptchaVerifier |
getCaptchaVerifier(String captchaName)
Get a
CaptchaVerifier from the service. |
boolean |
isEnabled()
Deprecated.
since 2.3M1 Captcha should only be enabled/disabled on an application by application basis.
|
List<String> |
listCaptchaNames() |
CaptchaVerifier getCaptchaVerifier(String captchaName) throws CaptchaVerifierNotFoundException
CaptchaVerifier from the service.captchaName - The name of the type of captcha, use listCaptchaNames() for a listCaptchaVerifierNotFoundException - If the named VaptchaVerifier could not be found.List<String> listCaptchaNames()
CaptchaVerifier.@Deprecated boolean isEnabled()
Copyright © 2004–2016 XWiki. All rights reserved.