|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.util.replaycache.ReplayCacheImpl
public class ReplayCacheImpl
Class Description : Implementation of the ReplayCacheInterface. The Replay cache is useful to both the AS and teh TGS, as well as for the Kerberos user, client and application server. It is defined in package krb5.util.replaycache <\i>.
Constructor Summary | |
---|---|
ReplayCacheImpl()
Empty class constructor |
Method Summary | |
---|---|
boolean |
found(PrincipalName sname,
Realm srealm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
Check whether a request is replayed |
void |
save(PrincipalName sname,
Realm srealm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
Save the request information in the replay cache |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayCacheImpl()
Method Detail |
---|
public boolean found(PrincipalName sname, Realm srealm, KerberosTime pATimeStamp, java.lang.Integer pAUSec)
found
in interface ReplayCacheInterface
sname
- Name of the last request sendersrealm
- Realm of the last request senderpATimeStamp
- The last request authentication time (ms)pAUSec
- The value of the authentication time (ms)
public void save(PrincipalName sname, Realm srealm, KerberosTime pATimeStamp, java.lang.Integer pAUSec)
save
in interface ReplayCacheInterface
sname
- Name of the last request sendersrealm
- Realm of the last request senderpATimeStamp
- The last request authentication time (ms)pAUSec
- The value of the authentication time (ms)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |