|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.captcha.AbstractCaptchaResponse
public abstract class AbstractCaptchaResponse
Interface defining a response of a captcha-validation-request.
| Constructor Summary | |
|---|---|
AbstractCaptchaResponse()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getErrorMessage()
Returns the error-message if the captcha has not passed validation. |
abstract boolean |
isValid()
Returns whether the captcha has passed validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCaptchaResponse()
| Method Detail |
|---|
public abstract boolean isValid()
true if the captcha has passed validation,
false otherwisepublic abstract java.lang.String getErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||