Class CaptchaVerify
- java.lang.Object
-
- cronapp.framework.authentication.token.google.CaptchaVerify
-
- All Implemented Interfaces:
ICaptchaVerify
public class CaptchaVerify extends Object implements ICaptchaVerify
-
-
Constructor Summary
Constructors Constructor Description CaptchaVerify()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaptchaSecret()StringgetUrl()booleanprocessRequest(String username, javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
processRequest
public boolean processRequest(String username, javax.servlet.http.HttpServletRequest request) throws Exception
- Specified by:
processRequestin interfaceICaptchaVerify- Throws:
Exception
-
getCaptchaSecret
public String getCaptchaSecret()
- Specified by:
getCaptchaSecretin interfaceICaptchaVerify
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceICaptchaVerify
-
-