Class ReadBrowserStorageAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class ReadBrowserStorageAction extends BaseBrowserStorageAction
Since:
7.0.0
  • Field Details

    • BROWSER_STORAGE_REQUEST_IN_PROGRESS

      public static final String BROWSER_STORAGE_REQUEST_IN_PROGRESS
      Flag to indicate the read request is in progress and might be looping back.
      See Also:
  • Constructor Details

    • ReadBrowserStorageAction

      public ReadBrowserStorageAction(org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingCookieBuilder)