Class ReCaptchaAspect
java.lang.Object
de.hybris.platform.security.captcha.ReCaptchaAspect
An aspect which uses google ReCaptcha api to validate captcha answer on the storefront Registration form.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvise(org.aspectj.lang.ProceedingJoinPoint joinPoint) protected booleancheckAnswer(String recaptchaResponse) protected BaseStoreServiceprotected SiteConfigServiceprotected booleanprepare(org.aspectj.lang.ProceedingJoinPoint joinPoint) voidsetBaseStoreService(BaseStoreService baseStoreService) protected voidsetCaptchaAttributesInRequest(boolean captchaEnabledForCurrentStore, List<Object> args, javax.servlet.http.HttpServletRequest request) voidsetSiteConfigService(SiteConfigService siteConfigService)
-
Constructor Details
-
ReCaptchaAspect
public ReCaptchaAspect()
-
-
Method Details