public class ReCaptchaAspect
extends java.lang.Object
| Constructor and Description |
|---|
ReCaptchaAspect() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
advise(ProceedingJoinPoint joinPoint) |
protected boolean |
checkAnswer(java.lang.String recaptchaResponse) |
protected BaseStoreService |
getBaseStoreService() |
protected SiteConfigService |
getSiteConfigService() |
protected boolean |
isCaptchaEnabledForCurrentStore() |
java.lang.Object |
prepare(ProceedingJoinPoint joinPoint) |
void |
setBaseStoreService(BaseStoreService baseStoreService) |
void |
setSiteConfigService(SiteConfigService siteConfigService) |
public java.lang.Object prepare(ProceedingJoinPoint joinPoint)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.Object advise(ProceedingJoinPoint joinPoint)
throws java.lang.Throwable
java.lang.Throwableprotected boolean checkAnswer(java.lang.String recaptchaResponse)
protected boolean isCaptchaEnabledForCurrentStore()
protected SiteConfigService getSiteConfigService()
public void setSiteConfigService(SiteConfigService siteConfigService)
protected BaseStoreService getBaseStoreService()
public void setBaseStoreService(BaseStoreService baseStoreService)
Copyright © 2018 SAP SE. All Rights Reserved.