Interface UserManagerConfiguration<T>

Type Parameters:
T - the transient context type
All Superinterfaces:
ManagerConfiguration<String>

public interface UserManagerConfiguration<T> extends ManagerConfiguration<String>
Encapsulates the configuration of a user manager.
Author:
Paul Ferraro