Liferay 7.0-ce-m3

com.liferay.portal.security.ldap
Interface LDAPUserImporter

All Superinterfaces:
UserImporter
All Known Implementing Classes:
LDAPUserImporterImpl

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
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-m3