Liferay 7.0-ce-b4

com.liferay.portal.security.ldap
Interface LDAPUserImporter

All Superinterfaces:
UserImporter

public interface LDAPUserImporter
extends UserImporter


Method Summary
 User importUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 
Methods inherited from interface com.liferay.portal.security.exportimport.UserImporter
getLastImportTime, importUser, importUser, importUserByScreenName, importUsers, importUsers, importUsers
 

Method Detail

importUser

User importUser(long ldapServerId,
                long companyId,
                LdapContext ldapContext,
                Attributes attributes,
                String password)
                throws Exception
Throws:
Exception

Liferay 7.0-ce-b4