Class ServiceTicketRequestWebflowEventResolver

    • Method Detail

      • resolveInternal

        public java.util.Set<org.springframework.webflow.execution.Event> resolveInternal​(org.springframework.webflow.execution.RequestContext context)
        Description copied from interface: CasWebflowEventResolver
        Resolve internal event.
        Parameters:
        context - the context
        Returns:
        the event
      • isRequestAskingForServiceTicket

        protected boolean isRequestAskingForServiceTicket​(org.springframework.webflow.execution.RequestContext context)
        Is request asking for service ticket?
        Parameters:
        context - the context
        Returns:
        true, if both service and tgt are found, and the request is not asking to renew.
        Since:
        4.1.0
      • grantServiceTicket

        protected org.springframework.webflow.execution.Event grantServiceTicket​(org.springframework.webflow.execution.RequestContext context)
        Grant service ticket for the given credential based on the service and tgt that are found in the request context.
        Parameters:
        context - the context
        Returns:
        the resulting event. Warning, authentication failure or error.
        Since:
        4.1.0