public class LDAPSettingsUtil
extends Object
Constructor and Description |
---|
LDAPSettingsUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId) |
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 String getAuthSearchFilter(long ldapServerId, long companyId, String emailAddress, String screenName, String userId) throws Exception
Exception
public static Properties getContactExpandoMappings(long ldapServerId, long companyId) throws Exception
Exception
public static Properties getContactMappings(long ldapServerId, long companyId) throws Exception
Exception
public static String[] getErrorPasswordHistoryKeywords(long companyId)
public static Properties getGroupMappings(long ldapServerId, long companyId) throws Exception
Exception
public static long getPreferredLDAPServerId(long companyId, String screenName)
public static String getPropertyPostfix(long ldapServerId)
public static Properties getUserExpandoMappings(long ldapServerId, long companyId) throws Exception
Exception
public static Properties getUserMappings(long ldapServerId, long companyId) throws Exception
Exception
public 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)