Class CachedUserManager<C,T,D,S>
java.lang.Object
org.wildfly.clustering.session.cache.user.DecoratedUserManager<C,T,D,S>
org.wildfly.clustering.session.cache.user.CachedUserManager<C,T,D,S>
- Type Parameters:
C- the persistent context typeT- the transient context typeD- the deployment typeS- the session type
- All Implemented Interfaces:
Manager<String>,ManagerConfiguration<String>,Service,UserManager<C,T, D, S>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.session.cache.user.DecoratedUserManager
getBatchFactory, getIdentifierFactory, isStarted, start, stop
-
Constructor Details
-
CachedUserManager
-
-
Method Details
-
createUser
Description copied from interface:UserManagerCreates a new user with the specified identifier and context.- Specified by:
createUserin interfaceUserManager<C,T, D, S> - Overrides:
createUserin classDecoratedUserManager<C,T, D, S> - Parameters:
id- a unique user identifiercontext- the user context- Returns:
- a new user
-
findUser
Description copied from interface:UserManagerReturns the user identified by the specified identifier.
-