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
A simple map with a timeout on the get/put methods.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, getOrDefault, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
TokenMap
public TokenMap(long tokenTimeout)
-
-
Method Details
-
put
-
get
-
remove
-
clear
public void clear() -
clone
-
values
-
putAll
-
entrySet
-
keySet
-