public class PortalLDAPExporterImpl
extends java.lang.Object
implements com.liferay.portal.security.ldap.PortalLDAPExporter
| Constructor and Description |
|---|
PortalLDAPExporterImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.naming.Binding |
addGroup(long ldapServerId,
javax.naming.ldap.LdapContext ldapContext,
com.liferay.portal.model.UserGroup userGroup,
com.liferay.portal.model.User user,
java.util.Properties groupMappings,
java.util.Properties userMappings) |
protected javax.naming.Binding |
addUser(long ldapServerId,
javax.naming.ldap.LdapContext ldapContext,
com.liferay.portal.model.User user,
java.util.Properties userMappings) |
void |
exportToLDAP(com.liferay.portal.model.Contact contact,
java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes) |
void |
exportToLDAP(long userId,
long userGroupId,
com.liferay.portal.security.ldap.LDAPOperation ldapOperation) |
void |
exportToLDAP(com.liferay.portal.model.User user,
java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes) |
void |
setPortalToLDAPConverter(com.liferay.portal.security.ldap.PortalToLDAPConverter portalToLDAPConverter) |
public void exportToLDAP(com.liferay.portal.model.Contact contact,
java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
throws java.lang.Exception
exportToLDAP in interface com.liferay.portal.security.ldap.PortalLDAPExporterjava.lang.Exceptionpublic void exportToLDAP(long userId,
long userGroupId,
com.liferay.portal.security.ldap.LDAPOperation ldapOperation)
throws java.lang.Exception
exportToLDAP in interface com.liferay.portal.security.ldap.PortalLDAPExporterjava.lang.Exceptionpublic void exportToLDAP(com.liferay.portal.model.User user,
java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
throws java.lang.Exception
exportToLDAP in interface com.liferay.portal.security.ldap.PortalLDAPExporterjava.lang.Exceptionpublic void setPortalToLDAPConverter(com.liferay.portal.security.ldap.PortalToLDAPConverter portalToLDAPConverter)
protected javax.naming.Binding addGroup(long ldapServerId,
javax.naming.ldap.LdapContext ldapContext,
com.liferay.portal.model.UserGroup userGroup,
com.liferay.portal.model.User user,
java.util.Properties groupMappings,
java.util.Properties userMappings)
throws java.lang.Exception
java.lang.Exceptionprotected javax.naming.Binding addUser(long ldapServerId,
javax.naming.ldap.LdapContext ldapContext,
com.liferay.portal.model.User user,
java.util.Properties userMappings)
throws java.lang.Exception
java.lang.Exception