com.liferay.portal.security.ldap
Interface PortalLDAPExporter


public interface PortalLDAPExporter

Author:
Michael C. Han, Marcellus Tavares

Method Summary
 void exportToLDAP(Contact contact, java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
           
 void exportToLDAP(long userId, long userGroupId)
          Deprecated.  
 void exportToLDAP(long userId, long userGroupId, LDAPOperation ldapOperation)
           
 void exportToLDAP(User user, java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
           
 

Method Detail

exportToLDAP

void exportToLDAP(Contact contact,
                  java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
                  throws java.lang.Exception
Throws:
java.lang.Exception

exportToLDAP

void exportToLDAP(long userId,
                  long userGroupId)
                  throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

exportToLDAP

void exportToLDAP(long userId,
                  long userGroupId,
                  LDAPOperation ldapOperation)
                  throws java.lang.Exception
Throws:
java.lang.Exception

exportToLDAP

void exportToLDAP(User user,
                  java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
                  throws java.lang.Exception
Throws:
java.lang.Exception