Package be.personify.util.captcha
Class Recaptcha
- java.lang.Object
-
- be.personify.util.captcha.Recaptcha
-
public class Recaptcha extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQUEST_PARAMETER
-
Constructor Summary
Constructors Constructor Description Recaptcha()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisCaptchaValid(String secretKey, String response)static voidmain(String[] args)
-
-
-
Field Detail
-
REQUEST_PARAMETER
public static final String REQUEST_PARAMETER
- See Also:
- Constant Field Values
-
-