Class ConsentReferenceCookieGenerator
- java.lang.Object
-
- org.springframework.web.util.CookieGenerator
-
- com.hybris.yprofile.consent.cookie.EnhancedCookieGenerator
-
- com.hybris.yprofile.consent.cookie.ConsentReferenceCookieGenerator
-
@Deprecated(since="1808", forRemoval=true) public class ConsentReferenceCookieGenerator extends EnhancedCookieGeneratorDeprecated, for removal: This API element is subject to removal in a future version.since 1808 Consent Reference Cookie is generated automatically by Profile Tag
-
-
Field Summary
-
Fields inherited from class com.hybris.yprofile.consent.cookie.EnhancedCookieGenerator
DEFAULT_COOKIE_PATH, DEFAULT_HTTP_ONLY
-
-
Constructor Summary
Constructors Constructor Description ConsentReferenceCookieGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected BaseSiteServicegetBaseSiteService()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetCookieName()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Optional<BaseSiteModel>getCurrentBaseSiteModel()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetSiteId()Deprecated, for removal: This API element is subject to removal in a future version.voidsetBaseSiteService(BaseSiteService baseSiteService)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.hybris.yprofile.consent.cookie.EnhancedCookieGenerator
addCookie, canUseDefaultPath, isHttpOnly, isSessionCookie, setCookieName, setEnhancedCookiePath, setHttpOnly, setSessionCookie, setUseDefaultPath
-
-
-
-
Method Detail
-
getCookieName
public java.lang.String getCookieName()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getCookieNamein classEnhancedCookieGenerator
-
getSiteId
protected java.lang.String getSiteId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCurrentBaseSiteModel
protected java.util.Optional<BaseSiteModel> getCurrentBaseSiteModel()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getBaseSiteService
protected BaseSiteService getBaseSiteService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-