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) long
getPreferredLDAPServerId
(long companyId, String screenName) getPropertyPostfix
(long ldapServerId) getUserExpandoMappings
(long ldapServerId, long companyId) 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) boolean
isPasswordPolicyEnabled
(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)
-