Class DefaultSecurityTokenTicketFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SecurityTokenTicket create​(org.apereo.cas.ticket.TicketGrantingTicket ticket, byte[] securityTokenSerialized)
      Create security token ticket.
      java.lang.Class<? extends org.apereo.cas.ticket.Ticket> getTicketType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.ticket.TicketFactory

        get, getName
    • Constructor Detail

      • DefaultSecurityTokenTicketFactory

        public DefaultSecurityTokenTicketFactory()
    • Method Detail

      • create

        public SecurityTokenTicket create​(org.apereo.cas.ticket.TicketGrantingTicket ticket,
                                          byte[] securityTokenSerialized)
        Description copied from interface: SecurityTokenTicketFactory
        Create security token ticket.
        Specified by:
        create in interface SecurityTokenTicketFactory
        Parameters:
        ticket - the ticket
        securityTokenSerialized - the security token
        Returns:
        the security token ticket
      • getTicketType

        public java.lang.Class<? extends org.apereo.cas.ticket.Ticket> getTicketType()
        Specified by:
        getTicketType in interface org.apereo.cas.ticket.TicketFactory