Class FetchTicketGrantingTicketAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.FetchTicketGrantingTicketAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class FetchTicketGrantingTicketAction extends BaseCasWebflowAction
Since:
6.6.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    FetchTicketGrantingTicketAction(org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator)
     
  • Method Summary

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, execute, getEventFactorySupport

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FetchTicketGrantingTicketAction

      public FetchTicketGrantingTicketAction(org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator)