Package com.appliedrec.verid.core2
Interface IUserManagementFactory
-
- All Known Implementing Classes:
UserManagementFactory
public interface IUserManagementFactory
User management factory- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUserManagement
createUserManagement()
Make an instance ofIUserManagement
.
-
-
-
Method Detail
-
createUserManagement
IUserManagement createUserManagement() throws java.lang.Exception
Make an instance ofIUserManagement
.- Returns:
- User management
- Throws:
java.lang.Exception
- if the creation fails- Since:
- 1.0.0
-
-