Uses of Class
krb5.lib.LastReqEntry

Packages that use LastReqEntry
krb5.kdc.db   
krb5.lib   
 

Uses of LastReqEntry in krb5.kdc.db
 

Fields in krb5.kdc.db declared as LastReqEntry
 LastReqEntry PrincipalRecord.lreq
          Last request from the client
 

Constructors in krb5.kdc.db with parameters of type LastReqEntry
PrincipalRecord(java.lang.String name, java.lang.String realm, java.lang.String key, boolean pa_enc_required, LastReqEntry lreq, long maxlife, long maxrlife)
          Class constructor
 

Uses of LastReqEntry in krb5.lib
 

Fields in krb5.lib declared as LastReqEntry
 LastReqEntry EncKDCRepPart.lastReq
          Last request
 

Methods in krb5.lib with parameters of type LastReqEntry
 boolean LastReqEntry.equals(LastReqEntry lreq)
          Determine whether two entries are equal
 

Constructors in krb5.lib with parameters of type LastReqEntry
EncASRepPart(EncryptionKey new_key, LastReqEntry new_lastReq, int new_nonce, KerberosTime new_keyExpiration, TicketFlags new_flags, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, Realm new_srealm, PrincipalName new_sname, HostAddresses new_caddr)
          Class constructor
EncKDCRepPart(EncryptionKey new_key, LastReqEntry new_lastReq, int new_nonce, KerberosTime new_keyExpiration, TicketFlags new_flags, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, Realm new_srealm, PrincipalName new_sname, HostAddresses new_caddr, int new_msgType)
          Class constructor
EncTGSRepPart(EncryptionKey new_key, LastReqEntry new_lastReq, int new_nonce, KerberosTime new_keyExpiration, TicketFlags new_flags, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, Realm new_srealm, PrincipalName new_sname, HostAddresses new_caddr)
          Class constructor