Interface ProxyGrantingTicketIssuerTicket

    • Method Detail

      • grantProxyGrantingTicket

        ProxyGrantingTicket grantProxyGrantingTicket​(java.lang.String id,
                                                     org.apereo.cas.authentication.Authentication authentication,
                                                     ExpirationPolicy expirationPolicy)
                                              throws AbstractTicketException
        Method to grant a TicketGrantingTicket from this service to the authentication. Analogous to the ProxyGrantingTicket.
        Parameters:
        id - The unique identifier for this ticket.
        authentication - The Authentication we wish to grant a ticket for.
        expirationPolicy - expiration policy associated with this ticket
        Returns:
        The ticket granting ticket.
        Throws:
        AbstractTicketException - ticket exception thrown when generating the ticket
        Since:
        4.2