com.liferay.portal.security.ldap
Interface PortalLDAPImporter


public interface PortalLDAPImporter

View Source

Author:
Michael C. Han

Method Summary
 void importFromLDAP()
           
 void importFromLDAP(long companyId)
           
 void importFromLDAP(long ldapServerId, long companyId)
           
 User importLDAPUser(long ldapServerId, long companyId, javax.naming.ldap.LdapContext ldapContext, javax.naming.directory.Attributes attributes, java.lang.String password, boolean importGroupMembership)
           
 

Method Detail

importFromLDAP

void importFromLDAP()
                    throws java.lang.Exception
Throws:
java.lang.Exception

importFromLDAP

void importFromLDAP(long companyId)
                    throws java.lang.Exception
Throws:
java.lang.Exception

importFromLDAP

void importFromLDAP(long ldapServerId,
                    long companyId)
                    throws java.lang.Exception
Throws:
java.lang.Exception

importLDAPUser

User importLDAPUser(long ldapServerId,
                    long companyId,
                    javax.naming.ldap.LdapContext ldapContext,
                    javax.naming.directory.Attributes attributes,
                    java.lang.String password,
                    boolean importGroupMembership)
                    throws java.lang.Exception
Throws:
java.lang.Exception