@ProviderType public interface LDAPUserImporter extends UserImporter
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.User |
importUser(long ldapServerId,
long companyId,
javax.naming.ldap.LdapContext ldapContext,
javax.naming.directory.Attributes attributes,
java.lang.String password)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
com.liferay.portal.kernel.model.User |
importUser(long ldapServerId,
long companyId,
SafeLdapContext safeLdapContext,
javax.naming.directory.Attributes attributes,
java.lang.String password) |
getLastImportTime, importUser, importUser, importUserByScreenName, importUsers, importUsers, importUsers
@Deprecated com.liferay.portal.kernel.model.User importUser(long ldapServerId, long companyId, javax.naming.ldap.LdapContext ldapContext, javax.naming.directory.Attributes attributes, java.lang.String password) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.kernel.model.User importUser(long ldapServerId, long companyId, SafeLdapContext safeLdapContext, javax.naming.directory.Attributes attributes, java.lang.String password) throws java.lang.Exception
java.lang.Exception