Uses of Class
hudson.security.captcha.CaptchaSupport
-
Packages that use CaptchaSupport Package Description hudson hudson.security Security-related code.hudson.security.captcha -
-
Uses of CaptchaSupport in hudson
Methods in hudson that return types with arguments of type CaptchaSupport Modifier and Type Method Description static List<Descriptor<CaptchaSupport>>
Functions. getCaptchaSupportDescriptors()
-
Uses of CaptchaSupport in hudson.security
Methods in hudson.security that return CaptchaSupport Modifier and Type Method Description CaptchaSupport
SecurityRealm. getCaptchaSupport()
Methods in hudson.security that return types with arguments of type CaptchaSupport Modifier and Type Method Description List<Descriptor<CaptchaSupport>>
SecurityRealm. getCaptchaSupportDescriptors()
Methods in hudson.security with parameters of type CaptchaSupport Modifier and Type Method Description void
SecurityRealm. setCaptchaSupport(CaptchaSupport captchaSupport)
Constructors in hudson.security with parameters of type CaptchaSupport Constructor Description HudsonPrivateSecurityRealm(boolean allowsSignup, boolean enableCaptcha, CaptchaSupport captchaSupport)
-
Uses of CaptchaSupport in hudson.security.captcha
Methods in hudson.security.captcha that return types with arguments of type CaptchaSupport Modifier and Type Method Description static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>>
CaptchaSupport. all()
Returns all the registeredCaptchaSupport
descriptors.static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>>
CaptchaSupport. all()
Returns all the registeredCaptchaSupport
descriptors.
-