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 classWrappedScriptCaptchaWrap aCaptchaimplementation for script API access.Methods in org.xwiki.captcha.script that return Captcha Modifier and Type Method Description CaptchaCaptchaScriptService. get(String captchaName)CaptchaCaptchaScriptService. getDefault()Methods in org.xwiki.captcha.script with parameters of type Captcha Modifier and Type Method Description <S> SCaptchaScriptSafeProvider. 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)
-