Interface SecurityTokenTicketFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SecurityTokenTicket create​(org.apereo.cas.ticket.TicketGrantingTicket ticket, byte[] securityTokenSerialized)
      Create security token ticket.
      • Methods inherited from interface org.apereo.cas.ticket.TicketFactory

        get, getName, getTicketType
    • Method Detail

      • create

        SecurityTokenTicket create​(org.apereo.cas.ticket.TicketGrantingTicket ticket,
                                   byte[] securityTokenSerialized)
        Create security token ticket.
        Parameters:
        ticket - the ticket
        securityTokenSerialized - the security token
        Returns:
        the security token ticket