Class CompositeUser<C,T,D,S>
java.lang.Object
org.wildfly.clustering.session.cache.user.CompositeUser<C,T,D,S>
- Type Parameters:
C- the persistent context typeT- the transient context typeD- the deployment typeS- the session type
- All Implemented Interfaces:
User<C,T, D, S>
A user implementation composed of a context entry and user sessions.
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeUser(String id, Map.Entry<C, T> contextEntry, UserSessions<D, S> sessions, org.wildfly.clustering.cache.Remover<String> remover) -
Method Summary
-
Constructor Details
-
CompositeUser
-
-
Method Details
-
getId
-
getPersistentContext
-
getSessions
-
invalidate
public void invalidate() -
getTransientContext
-