com.liferay.portal.security.ldap
Interface PortalLDAPImporter
public interface PortalLDAPImporter
View Source
- Author:
- Michael C. Han
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)
throws java.lang.Exception
- Throws:
java.lang.Exception