Uses of Class
krb5.lib.Ticket

Packages that use Ticket
krb5.client.ccache   
krb5.client.lib   
krb5.lib   
 

Uses of Ticket in krb5.client.ccache
 

Fields in krb5.client.ccache declared as Ticket
 Ticket Credentials.secondTicket
          Second ticket
 Ticket Credentials.ticket
          Ticket
 

Constructors in krb5.client.ccache with parameters of type Ticket
Credentials(int credsType, KDCRep kdcRep, Ticket new_secondTicket, AuthorizationData new_authorizationData, boolean new_isEncInSKey)
          Class constructor
 

Uses of Ticket in krb5.client.lib
 

Methods in krb5.client.lib with parameters of type Ticket
static APReq ClientUtil.ap_req(APOptions apOptions, Ticket ticket, EncryptionKey key, Realm crealm, PrincipalName cname, Checksum cksum, KerberosTime ctime, EncryptionKey subKey, SeqNumber seqNumber, AuthorizationData authorizationData)
          Compose APReq message
 

Constructors in krb5.client.lib with parameters of type Ticket
KrbAsReq(EncryptionKey key, KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets)
          Class constructor
KrbAsReq(KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets)
          Class constructor
KrbAsReq(java.lang.StringBuffer password, KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets)
          Class constructor
KrbTgsReq(KDCOptions options, Credentials as_creds, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey)
          Class constructor.
 

Uses of Ticket in krb5.lib
 

Fields in krb5.lib declared as Ticket
 Ticket[] KDCReqBody.additionalTickets
          Additional tickets
 Ticket APReq.ticket
          Ticket
 Ticket KDCRep.ticket
          Ticket
 

Methods in krb5.lib that return Ticket
 Ticket KrbCreds.getTicket()
          Return the stored ticket
 

Constructors in krb5.lib with parameters of type Ticket
APReq(APOptions new_apOptions, Ticket new_ticket, EncryptedData new_authenticator)
          Class constructor
ASRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
          Class constructor
KDCRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart, int req_type)
          Class constructor
KDCReqBody(KDCOptions new_kdcOptions, PrincipalName new_cname, Realm new_crealm, PrincipalName new_sname, KerberosTime new_from, KerberosTime new_till, KerberosTime new_rtime, int new_nonce, int[] new_eType, HostAddresses new_addresses, EncryptedData new_encAuthorizationData, Ticket[] new_additionalTickets)
           
KrbCreds(Ticket new_ticket, PrincipalName new_client, PrincipalName new_server, EncryptionKey new_key, boolean new_mutual_required)
          Class constructor
TGSRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
          Class constructor