com.ibm.security.krb5.internal.rcache
Class ReplayCache
- java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList
com.ibm.security.krb5.internal.rcache.ReplayCache
All implemented interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Deque, java.util.List, java.util.Queue
- public class ReplayCache
- extends java.util.LinkedList
Version:
1.00 10 Jul 00
Author:
Yanni Zhang
See Also:
Field Summary
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
Constructor Summary
| Constructor and Description |
|---|
ReplayCache(java.lang.String p,CacheTable ct)
Constructs a ReplayCache for a client principal in specified
CacheTable.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
printList()
|
|
put(AuthTime t)
Puts the authenticator timestamp into the cache in decending order.
|
| Methods inherited from class java.util.LinkedList |
|---|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
|---|
iterator |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
Constructor Detail
ReplayCache
- public ReplayCache(java.lang.String p,
- CacheTable ct)
Parameters:
p - client principal name. ct - CacheTable. Method Detail
put
- public void put(AuthTime t)
Puts the authenticator timestamp into the cache in decending order.
Parameters:
t - AuthTime printList
- public void printList()
CacheTable.