Interface PortalToLDAPConverter
@ProviderType
public interface PortalToLDAPConverter
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupDNName
(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, Properties groupMappings) Deprecated.getGroupSafeLdapName
(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, Properties groupMappings) getLDAPContactModifications
(com.liferay.portal.kernel.model.Contact contact, Map<String, Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings) getLDAPGroupAttributes
(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, com.liferay.portal.kernel.model.User user, Properties groupMappings, Properties userMappings) getLDAPGroupModifications
(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, com.liferay.portal.kernel.model.User user, Properties groupMappings, Properties userMappings, com.liferay.portal.security.exportimport.UserOperation userOperation) getLDAPUserAttributes
(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings) getLDAPUserGroupModifications
(long ldapServerId, List<com.liferay.portal.kernel.model.UserGroup> userGroups, com.liferay.portal.kernel.model.User user, Properties userMappings) getLDAPUserModifications
(com.liferay.portal.kernel.model.User user, Map<String, Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings) getUserDNName
(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings) Deprecated.As of Mueller (7.2.x), replaced bygetUserSafeLdapName(long, User, Properties)
getUserSafeLdapName
(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings)
-
Method Details
-
getGroupDNName
@Deprecated String getGroupDNName(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, Properties groupMappings) throws Exception Deprecated.As of Mueller (7.2.x), replaced bygetGroupSafeLdapName(long, UserGroup, Properties)
- Throws:
Exception
-
getGroupSafeLdapName
SafeLdapName getGroupSafeLdapName(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, Properties groupMappings) throws Exception - Throws:
Exception
-
getLDAPContactModifications
Modifications getLDAPContactModifications(com.liferay.portal.kernel.model.Contact contact, Map<String, Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings) throws Exception- Throws:
Exception
-
getLDAPGroupAttributes
Attributes getLDAPGroupAttributes(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, com.liferay.portal.kernel.model.User user, Properties groupMappings, Properties userMappings) throws Exception - Throws:
Exception
-
getLDAPGroupModifications
Modifications getLDAPGroupModifications(long ldapServerId, com.liferay.portal.kernel.model.UserGroup userGroup, com.liferay.portal.kernel.model.User user, Properties groupMappings, Properties userMappings, com.liferay.portal.security.exportimport.UserOperation userOperation) throws Exception - Throws:
Exception
-
getLDAPUserAttributes
Attributes getLDAPUserAttributes(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings) throws Exception - Throws:
Exception
-
getLDAPUserGroupModifications
Modifications getLDAPUserGroupModifications(long ldapServerId, List<com.liferay.portal.kernel.model.UserGroup> userGroups, com.liferay.portal.kernel.model.User user, Properties userMappings) throws Exception - Throws:
Exception
-
getLDAPUserModifications
Modifications getLDAPUserModifications(com.liferay.portal.kernel.model.User user, Map<String, Serializable> userExpandoAttributes, Properties userMappings, Properties userExpandoMappings) throws Exception- Throws:
Exception
-
getUserDNName
@Deprecated String getUserDNName(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings) throws Exception Deprecated.As of Mueller (7.2.x), replaced bygetUserSafeLdapName(long, User, Properties)
- Throws:
Exception
-
getUserSafeLdapName
SafeLdapName getUserSafeLdapName(long ldapServerId, com.liferay.portal.kernel.model.User user, Properties userMappings) throws Exception - Throws:
Exception
-
getGroupSafeLdapName(long, UserGroup, Properties)