Interface LDAPUserImporter
- All Superinterfaces:
com.liferay.portal.security.exportimport.UserImporter
@ProviderType
public interface LDAPUserImporter
extends com.liferay.portal.security.exportimport.UserImporter
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.User
importUser
(long ldapServerId, long companyId, SafeLdapContext safeLdapContext, Attributes attributes, String password) Methods inherited from interface com.liferay.portal.security.exportimport.UserImporter
getLastImportTime, importUser, importUser, importUserByScreenName, importUserByUuid, importUserByUuid, importUsers, importUsers, importUsers
-
Method Details
-
importUser
com.liferay.portal.kernel.model.User importUser(long ldapServerId, long companyId, SafeLdapContext safeLdapContext, Attributes attributes, String password) throws Exception - Throws:
Exception
-