Class UserContextEntry<C,T>

java.lang.Object
org.wildfly.clustering.session.cache.user.UserContextEntry<C,T>
Type Parameters:
C - the persistent user context type
T - the transient user context type
All Implemented Interfaces:
UserContext<C,T>

public class UserContextEntry<C,T> extends Object implements UserContext<C,T>
Cache entry that stores persistent and transient user identity..
Author:
Paul Ferraro
  • Constructor Details

    • UserContextEntry

      public UserContextEntry(C persistentContext)
  • Method Details