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 EnhancedCookieGenerator
Deprecated, 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_ONLYFields inherited from class org.springframework.web.util.CookieGenerator
logger -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseSiteServiceDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected Optional<BaseSiteModel>Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, 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, setEnhancedCookiePath, setHttpOnly, setUseDefaultPathMethods inherited from class org.springframework.web.util.CookieGenerator
addCookie, createCookie, getCookieDomain, getCookieMaxAge, getCookiePath, isCookieHttpOnly, isCookieSecure, removeCookie, setCookieDomain, setCookieHttpOnly, setCookieMaxAge, setCookieName, setCookiePath, setCookieSecure
-
Constructor Details
-
ConsentReferenceCookieGenerator
public ConsentReferenceCookieGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCookieName
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getCookieNamein classorg.springframework.web.util.CookieGenerator
-
getSiteId
Deprecated, for removal: This API element is subject to removal in a future version. -
getCurrentBaseSiteModel
Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseSiteService
Deprecated, for removal: This API element is subject to removal in a future version. -
setBaseSiteService
Deprecated, for removal: This API element is subject to removal in a future version.
-