public interface LDAPSettings
Modifier and Type | Method and Description |
---|---|
String |
getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId) |
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) |
String getAuthSearchFilter(long ldapServerId, long companyId, String emailAddress, String screenName, String userId) throws Exception
Exception
Properties getContactExpandoMappings(long ldapServerId, long companyId) throws Exception
Exception
Properties getContactMappings(long ldapServerId, long companyId) throws Exception
Exception
String[] getErrorPasswordHistoryKeywords(long companyId)
Properties getGroupMappings(long ldapServerId, long companyId) throws Exception
Exception
long getPreferredLDAPServerId(long companyId, String screenName)
String getPropertyPostfix(long ldapServerId)
Properties getUserExpandoMappings(long ldapServerId, long companyId) throws Exception
Exception
Properties getUserMappings(long ldapServerId, long companyId) throws Exception
Exception
boolean isExportEnabled(long companyId)
boolean isExportGroupEnabled(long companyId)
boolean isImportEnabled(long companyId)
boolean isImportOnStartup(long companyId)
boolean isPasswordPolicyEnabled(long companyId)