public interface LDAPSettings
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
Properties |
getContactExpandoMappings(long ldapServerId,
long companyId) |
Properties |
getContactMappings(long ldapServerId,
long companyId) |
String[] |
getErrorPasswordHistoryKeywords(long companyId) |
Properties |
getGroupMappings(long ldapServerId,
long companyId) |
long |
getPreferredLDAPServerId(long companyId,
String screenName) |
String |
getPropertyPostfix(long ldapServerId) |
Properties |
getUserExpandoMappings(long ldapServerId,
long companyId) |
Properties |
getUserMappings(long ldapServerId,
long companyId) |
boolean |
isExportEnabled(long companyId) |
boolean |
isExportGroupEnabled(long companyId) |
boolean |
isImportEnabled(long companyId) |
boolean |
isImportOnStartup(long companyId) |
boolean |
isPasswordPolicyEnabled(long companyId) |
@Deprecated
String getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId)
throws Exception
ExceptionProperties getContactExpandoMappings(long ldapServerId,
long companyId)
throws Exception
ExceptionProperties getContactMappings(long ldapServerId,
long companyId)
throws Exception
ExceptionString[] getErrorPasswordHistoryKeywords(long companyId)
Properties getGroupMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionlong getPreferredLDAPServerId(long companyId,
String screenName)
String getPropertyPostfix(long ldapServerId)
Properties getUserExpandoMappings(long ldapServerId,
long companyId)
throws Exception
ExceptionProperties getUserMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionboolean isExportEnabled(long companyId)
boolean isExportGroupEnabled(long companyId)
boolean isImportEnabled(long companyId)
boolean isImportOnStartup(long companyId)
boolean isPasswordPolicyEnabled(long companyId)