Class DecoratedUserManager<C,T,D,S>
java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
org.wildfly.clustering.server.manager.DecoratedManager<String>
org.wildfly.clustering.session.cache.user.DecoratedUserManager<C,T,D,S>
- Type Parameters:
C- the persistent context typeT- the transient context typeD- the deployment typeS- the session type
- All Implemented Interfaces:
org.wildfly.clustering.server.manager.Manager<String>, org.wildfly.clustering.server.manager.ManagerConfiguration<String>, org.wildfly.clustering.server.service.Service, org.wildfly.clustering.session.user.UserManager<C,T, D, S>
- Direct Known Subclasses:
CachedUserManager
public class DecoratedUserManager<C,T,D,S>
extends org.wildfly.clustering.server.manager.DecoratedManager<String>
implements org.wildfly.clustering.session.user.UserManager<C,T,D,S>
A decorated user manager.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDecoratedUserManager(org.wildfly.clustering.session.user.UserManager<C, T, D, S> manager) Creates a user manager decorator. -
Method Summary
Methods inherited from class org.wildfly.clustering.server.manager.DecoratedManager
getBatchFactory, getIdentifierFactoryMethods inherited from class org.wildfly.clustering.server.service.DecoratedService
isStarted, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.manager.Manager
getBatchFactoryMethods inherited from interface org.wildfly.clustering.server.manager.ManagerConfiguration
getIdentifierFactoryMethods inherited from interface org.wildfly.clustering.server.service.Service
isStarted, start, stop
-
Constructor Details
-
DecoratedUserManager
-
-
Method Details
-
createUser
-
findUser
-