Liferay 7.0-ce-b4

com.liferay.portal.security.ldap
Class LDAPUserImporterUtil

java.lang.Object
  extended by com.liferay.portal.security.ldap.LDAPUserImporterUtil

public class LDAPUserImporterUtil
extends Object


Constructor Summary
LDAPUserImporterUtil()
           
 
Method Summary
static User importUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPUserImporterUtil

public LDAPUserImporterUtil()
Method Detail

importUser

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

Liferay 7.0-ce-b4