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