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