Interface LDAPSettings
public interface LDAPSettings
- Author:
- Edward C. Han
-
Method Summary
Modifier and TypeMethodDescriptiongetContactExpandoMappings(long ldapServerId, long companyId) getContactMappings(long ldapServerId, long companyId) String[]getErrorPasswordHistoryKeywords(long companyId) getGroupMappings(long ldapServerId, long companyId) longgetPreferredLDAPServerId(long companyId, String screenName) getPropertyPostfix(long ldapServerId) getUserExpandoMappings(long ldapServerId, long companyId) getUserMappings(long ldapServerId, long companyId) booleanisExportEnabled(long companyId) booleanisExportGroupEnabled(long companyId) booleanisImportEnabled(long companyId) booleanisImportOnStartup(long companyId) booleanisPasswordPolicyEnabled(long companyId) booleanisPasswordPolicyEnabled(long ldapServerId, long companyId)
-
Method Details
-
getContactExpandoMappings
- Throws:
Exception
-
getContactMappings
- Throws:
Exception
-
getErrorPasswordHistoryKeywords
-
getGroupMappings
- Throws:
Exception
-
getPreferredLDAPServerId
-
getPropertyPostfix
-
getUserExpandoMappings
- Throws:
Exception
-
getUserMappings
- Throws:
Exception
-
isExportEnabled
boolean isExportEnabled(long companyId) -
isExportGroupEnabled
boolean isExportGroupEnabled(long companyId) -
isImportEnabled
boolean isImportEnabled(long companyId) -
isImportOnStartup
boolean isImportOnStartup(long companyId) -
isPasswordPolicyEnabled
boolean isPasswordPolicyEnabled(long companyId) -
isPasswordPolicyEnabled
boolean isPasswordPolicyEnabled(long ldapServerId, long companyId)
-