Liferay 6.2.0

com.liferay.portal.security.ldap
Interface PortalLDAPImporter

All Known Implementing Classes:
PortalLDAPImporterImpl

public interface PortalLDAPImporter


Method Summary
abstract  void importFromLDAP()
           
abstract  void importFromLDAP(long companyId)
           
abstract  void importFromLDAP(long ldapServerId, long companyId)
           
abstract  User importLDAPUser(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, String password)
           
abstract  User importLDAPUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
abstract  User importLDAPUser(long companyId, String emailAddress, String screenName)
           
abstract  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.0