Interface ProxyGrantingTicketFactory

    • Method Detail

      • create

        <T extends ProxyGrantingTicket> T create​(ServiceTicket ticket,
                                                 org.apereo.cas.authentication.Authentication authentication,
                                                 java.lang.Class<T> clazz)
                                          throws AbstractTicketException
        Create the ticket object.
        Type Parameters:
        T - the type parameter
        Parameters:
        ticket - the ticket
        authentication - the authentication
        clazz - the clazz
        Returns:
        the ticket instance
        Throws:
        AbstractTicketException - the abstract ticket exception