Class ReCaptcha
- java.lang.Object
- 
- ubic.gemma.web.controller.common.auditAndSecurity.recaptcha.ReCaptcha
 
- 
 public class ReCaptcha extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrivateKeySet()ReCaptchaResponsevalidateRequest(javax.servlet.http.HttpServletRequest request)
 
- 
- 
- 
Field Detail- 
HOSTpublic static final String HOST - See Also:
- Constant Field Values
 
 - 
PATHpublic static final String PATH - See Also:
- Constant Field Values
 
 - 
URLpublic static final String URL - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ReCaptchapublic ReCaptcha(String privateKey) 
 
- 
 - 
Method Detail- 
isPrivateKeySetpublic boolean isPrivateKeySet() 
 - 
validateRequestpublic ReCaptchaResponse validateRequest(javax.servlet.http.HttpServletRequest request) 
 
- 
 
-