Class TokenMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
com.atlassian.confluence.rpc.auth.TokenMap
All Implemented Interfaces:
Serializable, Cloneable, Map

public class TokenMap extends HashMap
A simple map with a timeout on the get/put methods.
See Also: