Class AddSecurityCookiesProcessor

java.lang.Object
org.craftercms.security.processors.impl.AddSecurityCookiesProcessor
All Implemented Interfaces:
RequestSecurityProcessor

public class AddSecurityCookiesProcessor extends Object implements RequestSecurityProcessor
RequestSecurityProcessor implementation that creates a wrapper so that the ticket and profile last update cookies are added to the response, just before it is sent to the client.
Author:
avasquez
  • Field Details

    • ticketCookieManager

      protected org.craftercms.commons.http.CookieManager ticketCookieManager
    • profileLastModifiedCookieManager

      protected org.craftercms.commons.http.CookieManager profileLastModifiedCookieManager
  • Constructor Details

    • AddSecurityCookiesProcessor

      public AddSecurityCookiesProcessor(org.craftercms.commons.http.CookieManager ticketCookieManager, org.craftercms.commons.http.CookieManager profileLastModifiedCookieManager)
  • Method Details