Uses of Interface
org.xwiki.captcha.Captcha
-
Packages that use Captcha Package Description org.xwiki.captcha.script -
-
Uses of Captcha in org.xwiki.captcha.script
Classes in org.xwiki.captcha.script that implement Captcha Modifier and Type Class Description class
WrappedScriptCaptcha
Wrap aCaptcha
implementation for script API access.Methods in org.xwiki.captcha.script that return Captcha Modifier and Type Method Description Captcha
CaptchaScriptService. get(String captchaName)
Captcha
CaptchaScriptService. getDefault()
Methods in org.xwiki.captcha.script with parameters of type Captcha Modifier and Type Method Description <S> S
CaptchaScriptSafeProvider. get(Captcha unsafe)
Constructors in org.xwiki.captcha.script with parameters of type Captcha Constructor Description WrappedScriptCaptcha(Captcha captcha, org.xwiki.script.internal.safe.ScriptSafeProvider<Captcha> safeProvider, org.slf4j.Logger logger)
Constructor parameters in org.xwiki.captcha.script with type arguments of type Captcha Constructor Description WrappedScriptCaptcha(Captcha captcha, org.xwiki.script.internal.safe.ScriptSafeProvider<Captcha> safeProvider, org.slf4j.Logger logger)
-