Interface UserManager<C,T,D,S>

Type Parameters:
C - the user context type
T - the transient user context type
D - the deployment identifier type
S - the session identifier type
All Superinterfaces:
Manager<String>, ManagerConfiguration<String>, Service
All Known Implementing Classes:
DefaultUserManager

public interface UserManager<C,T,D,S> extends Manager<String>
A user manager.
Author:
Paul Ferraro