Liferay 6.0.5

com.liferay.portal.security.ldap
Interface PortalLDAPImporter

All Known Implementing Classes:
PortalLDAPImporterImpl

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

importLDAPUserByScreenName

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

Liferay 6.0.5