Interface LDAPSettings


public interface LDAPSettings
Author:
Edward C. Han
  • Method Details

    • getContactExpandoMappings

      Properties getContactExpandoMappings(long ldapServerId, long companyId) throws Exception
      Throws:
      Exception
    • getContactMappings

      Properties getContactMappings(long ldapServerId, long companyId) throws Exception
      Throws:
      Exception
    • getErrorPasswordHistoryKeywords

      String[] getErrorPasswordHistoryKeywords(long companyId)
    • getGroupMappings

      Properties getGroupMappings(long ldapServerId, long companyId) throws Exception
      Throws:
      Exception
    • getPreferredLDAPServerId

      long getPreferredLDAPServerId(long companyId, String screenName)
    • getPropertyPostfix

      String getPropertyPostfix(long ldapServerId)
    • getUserExpandoMappings

      Properties getUserExpandoMappings(long ldapServerId, long companyId) throws Exception
      Throws:
      Exception
    • getUserMappings

      Properties getUserMappings(long ldapServerId, long companyId) throws Exception
      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)