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

java.lang.Object
org.wildfly.clustering.session.cache.user.CompositeUserFactory<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:
BiCacheEntryCreator<String,CV,SV,C>, BiCacheEntryLocator<String,CV,SV>, CacheEntryCreator<String,Map.Entry<CV,SV>,C>, CacheEntryLocator<String,Map.Entry<CV,SV>>, CacheEntryRemover<String>, UserFactory<CV,C,T,SV,D,S>

public class CompositeUserFactory<CV,C,T,SV,D,S> extends Object implements UserFactory<CV,C,T,SV,D,S>
A user factory that creates composite users.