com.liferay.portal.security.ldap
Class PortalLDAPExporterUtil

java.lang.Object
  extended by com.liferay.portal.security.ldap.PortalLDAPExporterUtil

public class PortalLDAPExporterUtil
extends java.lang.Object

View Source

Author:
Edward Han, Michael C. Han, Brian Wing Shun Chan

Constructor Summary
PortalLDAPExporterUtil()
           
 
Method Summary
static void exportToLDAP(com.liferay.portal.model.Contact contact, java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
           
static void exportToLDAP(com.liferay.portal.model.User user, java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
           
 void setPortalLDAPExporter(com.liferay.portal.security.ldap.PortalLDAPExporter portalLDAPExporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalLDAPExporterUtil

public PortalLDAPExporterUtil()
Method Detail

exportToLDAP

public static void exportToLDAP(com.liferay.portal.model.Contact contact,
                                java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
                         throws java.lang.Exception
Throws:
java.lang.Exception

exportToLDAP

public static void exportToLDAP(com.liferay.portal.model.User user,
                                java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
                         throws java.lang.Exception
Throws:
java.lang.Exception

setPortalLDAPExporter

public void setPortalLDAPExporter(com.liferay.portal.security.ldap.PortalLDAPExporter portalLDAPExporter)