Uses of Class
com.hybris.yprofile.consent.cookie.EnhancedCookieGenerator
-
Packages that use EnhancedCookieGenerator Package Description com.hybris.yprofile.common com.hybris.yprofile.consent.cookie com.hybris.yprofile.consent.services -
-
Uses of EnhancedCookieGenerator in com.hybris.yprofile.common
Methods in com.hybris.yprofile.common with parameters of type EnhancedCookieGenerator Modifier and Type Method Description static voidUtils. removeCookie(EnhancedCookieGenerator enhancedCookieGenerator, javax.servlet.http.HttpServletResponse response, java.lang.String cookieName)static voidUtils. setCookie(EnhancedCookieGenerator enhancedCookieGenerator, javax.servlet.http.HttpServletResponse response, java.lang.String cookieName, java.lang.String cookieValue, boolean isSessionCookie) -
Uses of EnhancedCookieGenerator in com.hybris.yprofile.consent.cookie
Subclasses of EnhancedCookieGenerator in com.hybris.yprofile.consent.cookie Modifier and Type Class Description classConsentReferenceCookieGeneratorDeprecated, for removal: This API element is subject to removal in a future version.since 1808 Consent Reference Cookie is generated automatically by Profile Tag -
Uses of EnhancedCookieGenerator in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services that return EnhancedCookieGenerator Modifier and Type Method Description protected EnhancedCookieGeneratorDefaultConsentService. getCookieGenerator()Methods in com.hybris.yprofile.consent.services with parameters of type EnhancedCookieGenerator Modifier and Type Method Description voidDefaultConsentService. setCookieGenerator(EnhancedCookieGenerator cookieGenerator)
-