Interface UserManagerFactory<C,D,S>
- Type Parameters:
C- the user context typeD- the deployment typeS- the session type
public interface UserManagerFactory<C,D,S>
Factory for creating user manager instances.
-
Method Summary
Modifier and TypeMethodDescription<T> UserManager<C, T, D, S> createUserManager(UserManagerConfiguration<T> configuration) Creates a new user manager using the specified configuration.
-
Method Details
-
createUserManager
Creates a new user manager using the specified configuration.- Type Parameters:
T- the transient user context type- Parameters:
configuration- a user manager configuration- Returns:
- a new user manager
-