Class ReCaptcha
- java.lang.Object
-
- ubic.gemma.web.controller.common.auditAndSecurity.recaptcha.ReCaptcha
-
public class ReCaptcha extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPrivateKeySet()
ReCaptchaResponse
validateRequest(javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReCaptcha
public ReCaptcha(String privateKey)
-
-
Method Detail
-
isPrivateKeySet
public boolean isPrivateKeySet()
-
validateRequest
public ReCaptchaResponse validateRequest(javax.servlet.http.HttpServletRequest request) throws ReCaptchaException
- Throws:
ReCaptchaException
-
-