Uses of Class
org.eclipse.higgins.userprofile.entity.Captcha

Packages that use Captcha
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of Captcha in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return Captcha
 Captcha IUserProfileService.getCaptcha(String captchaID)
           
 Captcha IUserProfileService.addCaptcha(Captcha captcha)
           
 Captcha IUserProfileService.modifyCaptcha(Captcha captcha)
           
 

Methods in org.eclipse.higgins.userprofile with parameters of type Captcha
 Captcha IUserProfileService.addCaptcha(Captcha captcha)
           
 void IUserProfileService.deleteCaptcha(Captcha captcha)
           
 Captcha IUserProfileService.modifyCaptcha(Captcha captcha)
           
 

Uses of Captcha in org.eclipse.higgins.userprofile.inmem
 

Methods in org.eclipse.higgins.userprofile.inmem that return Captcha
 Captcha MemoryUserProfileService.addCaptcha(Captcha captcha)
           
 Captcha MemoryUserProfileService.getCaptcha(String userID)
           
 Captcha MemoryUserProfileService.modifyCaptcha(Captcha captcha)
           
 

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type Captcha
 Captcha MemoryUserProfileService.addCaptcha(Captcha captcha)
           
 void MemoryUserProfileService.deleteCaptcha(Captcha captcha)
           
 Captcha MemoryUserProfileService.modifyCaptcha(Captcha captcha)