Class CaptchaValidationContext

java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.captcha.CaptchaValidationContext
All Implemented Interfaces:
Serializable

public class CaptchaValidationContext extends Object implements Serializable
Representation of captcha configuration for a base store
See Also:
  • Constructor Details

    • CaptchaValidationContext

      public CaptchaValidationContext()
  • Method Details

    • setCaptchaToken

      public void setCaptchaToken(String captchaToken)
    • getCaptchaToken

      public String getCaptchaToken()
    • setRemoteIp

      public void setRemoteIp(String remoteIp)
    • getRemoteIp

      public String getRemoteIp()
    • setBaseSiteId

      public void setBaseSiteId(String baseSiteId)
    • getBaseSiteId

      public String getBaseSiteId()
    • setBaseStoreId

      public void setBaseStoreId(String baseStoreId)
    • getBaseStoreId

      public String getBaseStoreId()
    • setReferer

      public void setReferer(String referer)
    • getReferer

      public String getReferer()
    • setCaptchaCheckEnabled

      public void setCaptchaCheckEnabled(boolean captchaCheckEnabled)
    • isCaptchaCheckEnabled

      public boolean isCaptchaCheckEnabled()