|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICaptchaGenerator
This defines the methods, every captcha generator has to implement.
| Method Summary | |
|---|---|
java.lang.String |
createCaptcha(java.lang.String a_captchaString)
Creates a new captcha from the given input word. |
java.lang.String |
getCaptchaDataFormat()
Returns the format of the captcha data (e.g. |
int |
getMaximumStringLength()
Returns the maximum number of characters of the captcha generators alphabet, which are supported as input when creating a captcha. |
java.lang.String |
getValidCharacters()
Returns the string of valid captcha characters. |
| Method Detail |
|---|
java.lang.String getValidCharacters()
int getMaximumStringLength()
java.lang.String createCaptcha(java.lang.String a_captchaString)
throws java.lang.Exception
a_captchaString - The input, which shall be included in the captcha.
java.lang.Exceptionjava.lang.String getCaptchaDataFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||