com.liferay.portal.security.ldap
Class PortalLDAPExporterImpl
java.lang.Object
com.liferay.portal.security.ldap.PortalLDAPExporterImpl
- All Implemented Interfaces:
- PortalLDAPExporter
public class PortalLDAPExporterImpl
- extends Object
- implements PortalLDAPExporter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalLDAPExporterImpl
public PortalLDAPExporterImpl()
exportToLDAP
public void exportToLDAP(Contact contact,
Map<String,Serializable> contactExpandoAttributes)
throws Exception
- Specified by:
exportToLDAP in interface PortalLDAPExporter
- Throws:
Exception
exportToLDAP
public void exportToLDAP(User user,
Map<String,Serializable> userExpandoAttributes)
throws Exception
- Specified by:
exportToLDAP in interface PortalLDAPExporter
- Throws:
Exception
setPortalToLDAPConverter
public void setPortalToLDAPConverter(PortalToLDAPConverter portalToLDAPConverter)
addUser
protected Binding addUser(long ldapServerId,
LdapContext ldapContext,
User user,
Properties userMappings)
throws Exception
- Throws:
Exception