|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl.ReplayCacheEntry
public class ReplayCacheImpl.ReplayCacheEntry
A structure to hold an entry
| Constructor Summary | |
|---|---|
ReplayCacheImpl.ReplayCacheEntry(KerberosPrincipal serverPrincipal,
KerberosPrincipal clientPrincipal,
KerberosTime clientTime,
int clientMicroSeconds)
Creates a new instance of ReplayCacheEntry. |
|
| Method Summary | |
|---|---|
boolean |
equals(ReplayCacheImpl.ReplayCacheEntry that)
Returns whether this ReplayCacheImpl.ReplayCacheEntry is equal to another ReplayCacheImpl.ReplayCacheEntry. |
boolean |
isOutsideClockSkew(long clockSkew)
Returns whether this ReplayCacheImpl.ReplayCacheEntry is older than a given time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplayCacheImpl.ReplayCacheEntry(KerberosPrincipal serverPrincipal,
KerberosPrincipal clientPrincipal,
KerberosTime clientTime,
int clientMicroSeconds)
serverPrincipal - clientPrincipal - clientTime - clientMicroSeconds - | Method Detail |
|---|
public boolean equals(ReplayCacheImpl.ReplayCacheEntry that)
ReplayCacheImpl.ReplayCacheEntry is equal to another ReplayCacheImpl.ReplayCacheEntry.
ReplayCacheImpl.ReplayCacheEntry's are equal when the server name, client name, client time, and
the client microseconds are equal.
that -
public boolean isOutsideClockSkew(long clockSkew)
ReplayCacheImpl.ReplayCacheEntry is older than a given time.
clockSkew -
ReplayCacheImpl.ReplayCacheEntry's client time is outside the clock skew time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||