edu.yale.its.tp.cas.ticket
Class ProxyTicket

java.lang.Object
  |
  +--edu.yale.its.tp.cas.ticket.Ticket
        |
        +--edu.yale.its.tp.cas.ticket.ServiceTicket
              |
              +--edu.yale.its.tp.cas.ticket.ProxyTicket

public class ProxyTicket
extends ServiceTicket

Represents a CAS proxy ticket (PT).


Constructor Summary
ProxyTicket(edu.yale.its.tp.cas.ticket.ProxyGrantingTicket t, java.lang.String service)
          Constructs a new, immutable proxy ticket.
 
Method Summary
 java.util.List getProxies()
          Retrieves the proxy ticket's lineage -- its chain of "trust."
 
Methods inherited from class edu.yale.its.tp.cas.ticket.ServiceTicket
getGrantor, getService, getUsername, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTicket

public ProxyTicket(edu.yale.its.tp.cas.ticket.ProxyGrantingTicket t,
                   java.lang.String service)
Constructs a new, immutable proxy ticket.

Method Detail

getProxies

public java.util.List getProxies()
Retrieves the proxy ticket's lineage -- its chain of "trust."