|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.util.replaycache.ReplayCacheEntry
public class ReplayCacheEntry
Class Description : Entry data structure of the replay cache.
Constructor Summary | |
---|---|
ReplayCacheEntry(PrincipalName _sname,
Realm _srealm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
Class constructor |
Method Summary | |
---|---|
boolean |
equals(ReplayCacheEntry other)
Check whether two replay cache entries are the same |
boolean |
expired(KerberosTime time)
Checks whether a record has expired |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayCacheEntry(PrincipalName _sname, Realm _srealm, KerberosTime pATimeStamp, java.lang.Integer pAUSec)
_sname
- PrincipalName_srealm
- RealmpATimeStamp
- KerberosTimepAUSec
- IntegerPrincipalName
,
Realm
,
Authenticator
Method Detail |
---|
public boolean equals(ReplayCacheEntry other)
other
- ReplayCacheEntry
public boolean expired(KerberosTime time)
time
- is of type KerberosTime
KerberosTime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |