Interface IUserManagementFactory

  • All Known Implementing Classes:
    UserManagementFactory

    public interface IUserManagementFactory
    User management factory
    Since:
    1.0.0
    • Method Detail

      • createUserManagement

        IUserManagement createUserManagement()
                                      throws java.lang.Exception
        Make an instance of IUserManagement.
        Returns:
        User management
        Throws:
        java.lang.Exception - if the creation fails
        Since:
        1.0.0