Liferay 6.2-ce-ga5

com.liferay.portal.security.ldap
Interface PortalLDAPImporter


public interface PortalLDAPImporter


Method Summary
 void importFromLDAP()
           
 void importFromLDAP(long companyId)
           
 void importFromLDAP(long ldapServerId, long companyId)
           
 User importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
 User importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
 User importLDAPUser(long companyId, String emailAddress, String screenName)
           
 User importLDAPUserByScreenName(long companyId, String screenName)
           
 

Method Detail

importFromLDAP

void importFromLDAP()
                    throws Exception
Throws:
Exception

importFromLDAP

void importFromLDAP(long companyId)
                    throws Exception
Throws:
Exception

importFromLDAP

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

importLDAPUser

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

importLDAPUser

User importLDAPUser(long ldapServerId,
                    long companyId,
                    String emailAddress,
                    String screenName)
                    throws Exception
Throws:
Exception

importLDAPUser

User importLDAPUser(long companyId,
                    String emailAddress,
                    String screenName)
                    throws Exception
Throws:
Exception

importLDAPUserByScreenName

User importLDAPUserByScreenName(long companyId,
                                String screenName)
                                throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5