Uses of Class
net.shibboleth.idp.cas.ticket.Ticket
-
Packages that use Ticket Package Description net.shibboleth.idp.cas.ticket APIs related to CAS tickets. -
-
Uses of Ticket in net.shibboleth.idp.cas.ticket
Subclasses of Ticket in net.shibboleth.idp.cas.ticket Modifier and Type Class Description classProxyGrantingTicketCAS proxy-granting ticket.classProxyTicketCAS proxy ticket.classServiceTicketCAS service ticket.Fields in net.shibboleth.idp.cas.ticket declared as Ticket Modifier and Type Field Description private TicketTicketContext. tTicket held by this context.Methods in net.shibboleth.idp.cas.ticket that return Ticket Modifier and Type Method Description TicketTicket. clone(String newId)Create a new ticket from this one with the given identifier.TicketTicketContext. getTicket()Get the ticket held by this context.protected TicketProxyGrantingTicket. newInstance(String newId)protected TicketProxyTicket. newInstance(String newId)protected TicketServiceTicket. newInstance(String newId)Create a new ticket with this ticket's service and expiration.protected TicketTicket. newInstance(String newId)Create a new ticket with this ticket's service and expiration.Constructors in net.shibboleth.idp.cas.ticket with parameters of type Ticket Constructor Description TicketContext(Ticket ticket)Creates a new ticket context to hold a CAS protocol ticket.
-