Uses of Class
hudson.security.captcha.CaptchaSupport

Packages that use CaptchaSupport
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
static List<Descriptor<CaptchaSupport>> Functions.getCaptchaSupportDescriptors()
           
 

Uses of CaptchaSupport in hudson.security
 

Methods in hudson.security that return CaptchaSupport
 CaptchaSupport SecurityRealm.getCaptchaSupport()
           
 

Methods in hudson.security that return types with arguments of type CaptchaSupport
 List<Descriptor<CaptchaSupport>> SecurityRealm.getCaptchaSupportDescriptors()
           
 

Methods in hudson.security with parameters of type CaptchaSupport
 void SecurityRealm.setCaptchaSupport(CaptchaSupport captchaSupport)
           
 

Constructors in hudson.security with parameters of type CaptchaSupport
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
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> CaptchaSupport.all()
          Returns all the registered CaptchaSupport descriptors.
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> CaptchaSupport.all()
          Returns all the registered CaptchaSupport descriptors.
 



Copyright © 2004-2013. All Rights Reserved.