Liferay 6.0.4

com.liferay.portal.security.ldap
Class PortalLDAPExporterImpl

java.lang.Object
  extended by com.liferay.portal.security.ldap.PortalLDAPExporterImpl
All Implemented Interfaces:
PortalLDAPExporter

public class PortalLDAPExporterImpl
extends Object
implements PortalLDAPExporter


Constructor Summary
PortalLDAPExporterImpl()
           
 
Method Summary
protected  Binding addUser(long ldapServerId, LdapContext ldapContext, User user, Properties userMappings)
           
 void exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
 void exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 void setPortalToLDAPConverter(PortalToLDAPConverter portalToLDAPConverter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalLDAPExporterImpl

public PortalLDAPExporterImpl()
Method Detail

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

Liferay 6.0.4