Interface TicketGrantingTicketFactory

    • Method Detail

      • create

        <T extends TicketGrantingTicket> T create​(org.apereo.cas.authentication.Authentication authentication,
                                                  org.apereo.cas.authentication.principal.Service service,
                                                  java.lang.Class<T> clazz)
        Create the ticket object.
        Type Parameters:
        T - the type parameter
        Parameters:
        authentication - the authentication
        service - the service
        clazz - the clazz
        Returns:
        the t