com.liferay.portal.security.ldap
Interface LDAPSettings
public interface LDAPSettings
|
Method Summary |
String |
getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId)
|
Properties |
getContactExpandoMappings(long ldapServerId,
long companyId)
|
Properties |
getContactMappings(long ldapServerId,
long companyId)
|
String[] |
getErrorPasswordHistoryKeywords(long companyId)
|
Properties |
getGroupMappings(long ldapServerId,
long companyId)
|
long |
getPreferredLDAPServerId(long companyId,
String screenName)
|
String |
getPropertyPostfix(long ldapServerId)
|
Properties |
getUserExpandoMappings(long ldapServerId,
long companyId)
|
Properties |
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)
|
getAuthSearchFilter
String getAuthSearchFilter(long ldapServerId,
long companyId,
String emailAddress,
String screenName,
String userId)
throws Exception
- Throws:
Exception
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)