Package org.cyclos.impl.system
Interface CaptchaServiceLocal
-
- All Superinterfaces:
CaptchaService,Service
- All Known Implementing Classes:
CaptchaServiceImpl
public interface CaptchaServiceLocal extends CaptchaService
Local interface forCaptchaService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText(String id)Returns the text for the captcha challenge with the given identifiervoidremove(String id)Removes the captcha challenge with the given id-
Methods inherited from interface org.cyclos.services.system.CaptchaService
generate, isValid, readImage
-
-