public class LDAPSettingsUtil
extends Object
| Constructor and Description |
|---|
LDAPSettingsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getContactExpandoMappings(long ldapServerId,
long companyId) |
static Properties |
getContactMappings(long ldapServerId,
long companyId) |
static String[] |
getErrorPasswordHistoryKeywords(long companyId) |
static Properties |
getGroupMappings(long ldapServerId,
long companyId) |
static long |
getPreferredLDAPServerId(long companyId,
String screenName) |
static String |
getPropertyPostfix(long ldapServerId) |
static Properties |
getUserExpandoMappings(long ldapServerId,
long companyId) |
static Properties |
getUserMappings(long ldapServerId,
long companyId) |
static boolean |
isExportEnabled(long companyId) |
static boolean |
isExportGroupEnabled(long companyId) |
static boolean |
isImportEnabled(long companyId) |
static boolean |
isImportOnStartup(long companyId) |
static boolean |
isPasswordPolicyEnabled(long companyId) |
public static Properties getContactExpandoMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionpublic static Properties getContactMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionpublic static String[] getErrorPasswordHistoryKeywords(long companyId)
public static Properties getGroupMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionpublic static long getPreferredLDAPServerId(long companyId,
String screenName)
public static String getPropertyPostfix(long ldapServerId)
public static Properties getUserExpandoMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionpublic static Properties getUserMappings(long ldapServerId,
long companyId)
throws Exception
Exceptionpublic static boolean isExportEnabled(long companyId)
public static boolean isExportGroupEnabled(long companyId)
public static boolean isImportEnabled(long companyId)
public static boolean isImportOnStartup(long companyId)
public static boolean isPasswordPolicyEnabled(long companyId)