Class DefaultUserManager<CV,C,T,SV,D,S>

java.lang.Object
org.wildfly.clustering.session.cache.user.DefaultUserManager<CV,C,T,SV,D,S>
Type Parameters:
CV - the user context value type
C - the persistent context type
T - the transient context type
SV - the user sessions value type
D - the deployment type
S - the session type
All Implemented Interfaces:
Manager<String>, ManagerConfiguration<String>, Service, UserManager<C,T,D,S>

public class DefaultUserManager<CV,C,T,SV,D,S> extends Object implements UserManager<C,T,D,S>
A default user manager implementation that delegates to a user factory.