|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplayCacheInterface
Class Description : Interface class that defines methods of the ReplayCache. A modified version of the code obtained from the Open Group Research Institute.
| Method Summary | |
|---|---|
boolean |
found(PrincipalName name,
Realm realm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
Check whether a request is replayed |
void |
save(PrincipalName name,
Realm realm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
Save the request information in the replay cache |
| Method Detail |
|---|
boolean found(PrincipalName name,
Realm realm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
name - Name of the last request senderrealm - Realm of the last request senderpATimeStamp - The last request authentication time (ms)pAUSec - The value of the authentication time (ms)
void save(PrincipalName name,
Realm realm,
KerberosTime pATimeStamp,
java.lang.Integer pAUSec)
name - Name of the last request senderrealm - 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 | |||||||||