Class UserContextEntry<C,T>
java.lang.Object
org.wildfly.clustering.session.cache.user.UserContextEntry<C,T>
- Type Parameters:
C- the persistent user context typeT- the transient user context type
- All Implemented Interfaces:
UserContext<C,T>
Cache entry that stores persistent and transient user identity..
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserContextEntry
-
-
Method Details
-
getPersistentContext
- Specified by:
getPersistentContextin interfaceUserContext<C,T>
-
getTransientContext
- Specified by:
getTransientContextin interfaceUserContext<C,T>
-