|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Role public interface XWikiCaptchaService
Provides access to the classes implementing Captcha.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
CaptchaVerifier getCaptchaVerifier(String captchaName)
throws CaptchaVerifierNotFoundException
CaptchaVerifier from the service.
captchaName - The name of the type of captcha, use listCaptchaNames() for a list
CaptchaVerifierNotFoundException - If the named VaptchaVerifier could not be found.List<String> listCaptchaNames()
CaptchaVerifier.@Deprecated boolean isEnabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||