Package org.jumpmind.symmetric.web
Class AuthenticationSession
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttribute
(String name) long
getId()
int
hashCode()
setAttribute
(String name, Object value) void
setCreationTime
(long creationTime) void
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
toString
-
Constructor Details
-
AuthenticationSession
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getId
-
setId
-
getCreationTime
public long getCreationTime() -
setCreationTime
public void setCreationTime(long creationTime) -
getAttribute
-
setAttribute
-