Uses of Interface
com.dstc.security.kerberos.Ticket

Packages that use Ticket
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
com.dstc.security.kerberos.creds This package defines interfaces to Kerberos Credentials and KeyTabs and their management. 
com.dstc.security.kerberos.msg This package defines interfaces to Kerberos 5 messages. 
 

Uses of Ticket in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return Ticket
static Ticket Kerberos.decryptTicket(EncryptionKey key, Ticket ticket)
          Decrypts a supplied Ticket with a given Kerberos encryption key and returns a decrypted Ticket
 

Methods in com.dstc.security.kerberos with parameters of type Ticket
 KrbTGSReq Kerberos.createKrbTGSReq(Credential cred, PrincipalName sName, String realm, KDCOptions options, Date validFrom, Date validTill, InetAddress[] adds, Ticket addTicket, AuthorizationDataElement[] authData)
          Creates and returns a KrbTGSReq in order to send to a KDC.
 Credential Kerberos.requestServiceTicket(Credential cred, PrincipalName sName, String serverRealm, KDCOptions options, Date validFrom, Date validTill, Ticket addTicket, AuthorizationDataElement[] authData)
          Requests from the KDC a service ticket with a Credential (containing a suitable TGT) for a service with given name and realm, given request options, validity dates (may be null, in which case defaults apply), additional tickets (may be null) and authorization data (may be null) and, if successful, returns a Credential (containing the service ticket).
static Ticket Kerberos.decryptTicket(EncryptionKey key, Ticket ticket)
          Decrypts a supplied Ticket with a given Kerberos encryption key and returns a decrypted Ticket
 

Uses of Ticket in com.dstc.security.kerberos.creds
 

Methods in com.dstc.security.kerberos.creds that return Ticket
 Ticket Credential.getTicket()
          Returns the Ticket for this Credential
 

Uses of Ticket in com.dstc.security.kerberos.msg
 

Methods in com.dstc.security.kerberos.msg that return Ticket
 Ticket KrbASRep.getTicket()
          Returns the ticket in this response
 Ticket[] KrbASReq.getAdditionalTickets()
          Returns all the additional tickets in this request
 Ticket KrbTGSRep.getTicket()
          Returns the ticket in this response
 Ticket APReq.getTicket()
          Returns the Ticket in this Request
 Ticket[] KrbTGSReq.getAdditionalTickets()
          Returns all the additional tickets in this request
 Ticket[] KrbCred.getTickets()
          Returns all the Tickets in this message