com.liferay.portal.kernel.security.exportimport
Class UserImporterUtil
java.lang.Object
com.liferay.portal.kernel.security.exportimport.UserImporterUtil
public class UserImporterUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserImporterUtil
public UserImporterUtil()
getLastImportTime
public static long getLastImportTime()
throws Exception
- Throws:
Exception
importUser
public static User importUser(long ldapServerId,
long companyId,
String emailAddress,
String screenName)
throws Exception
- Throws:
Exception
importUser
public static User importUser(long companyId,
String emailAddress,
String screenName)
throws Exception
- Throws:
Exception
importUserByScreenName
public static User importUserByScreenName(long companyId,
String screenName)
throws Exception
- Throws:
Exception
importUsers
public static void importUsers()
throws Exception
- Throws:
Exception
importUsers
public static void importUsers(long companyId)
throws Exception
- Throws:
Exception
importUsers
public static void importUsers(long ldapServerId,
long companyId)
throws Exception
- Throws:
Exception