Liferay 6.0.5

com.liferay.portal.security.ldap
Class PortalLDAPExporterUtil

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

public class PortalLDAPExporterUtil
extends Object


Constructor Summary
PortalLDAPExporterUtil()
           
 
Method Summary
static void exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
static void exportToLDAP(long userId, long userGroupId)
           
static void exportToLDAP(User user, Map<String,Serializable> userExpandoAttributes)
           
 void setPortalLDAPExporter(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(Contact contact,
                                Map<String,Serializable> contactExpandoAttributes)
                         throws Exception
Throws:
Exception

exportToLDAP

public static void exportToLDAP(User user,
                                Map<String,Serializable> userExpandoAttributes)
                         throws Exception
Throws:
Exception

exportToLDAP

public static void exportToLDAP(long userId,
                                long userGroupId)
                         throws Exception
Throws:
Exception

setPortalLDAPExporter

public void setPortalLDAPExporter(PortalLDAPExporter portalLDAPExporter)

Liferay 6.0.5