Interface UserImporter


@ProviderType public interface UserImporter
  • Method Details

    • getLastImportTime

      long getLastImportTime() throws Exception
      Throws:
      Exception
    • importUser

      com.liferay.portal.kernel.model.User importUser(long ldapServerId, long companyId, String emailAddress, String screenName) throws Exception
      Throws:
      Exception
    • importUser

      com.liferay.portal.kernel.model.User importUser(long companyId, String emailAddress, String screenName) throws Exception
      Throws:
      Exception
    • importUserByScreenName

      com.liferay.portal.kernel.model.User importUserByScreenName(long companyId, String screenName) throws Exception
      Throws:
      Exception
    • importUserByUuid

      com.liferay.portal.kernel.model.User importUserByUuid(long ldapServerId, long companyId, String uuid) throws Exception
      Throws:
      Exception
    • importUserByUuid

      com.liferay.portal.kernel.model.User importUserByUuid(long companyId, String uuid) throws Exception
      Throws:
      Exception
    • importUsers

      void importUsers() throws Exception
      Throws:
      Exception
    • importUsers

      void importUsers(long companyId) throws Exception
      Throws:
      Exception
    • importUsers

      void importUsers(long ldapServerId, long companyId) throws Exception
      Throws:
      Exception