Package org.apereo.cas.ticket
Interface ProxyGrantingTicketIssuerTicket
-
public interface ProxyGrantingTicketIssuerTicket extends Ticket
This isProxyGrantingTicketIssuerTicket.- Since:
- 6.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProxyGrantingTicketgrantProxyGrantingTicket(java.lang.String id, org.apereo.cas.authentication.Authentication authentication, ExpirationPolicy expirationPolicy)Method to grant aTicketGrantingTicketfrom this service to the authentication.-
Methods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, isExpired, markTicketExpired
-
-
-
-
Method Detail
-
grantProxyGrantingTicket
ProxyGrantingTicket grantProxyGrantingTicket(java.lang.String id, org.apereo.cas.authentication.Authentication authentication, ExpirationPolicy expirationPolicy) throws AbstractTicketException
Method to grant aTicketGrantingTicketfrom this service to the authentication. Analogous to theProxyGrantingTicket.- 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
-
-