Liferay 6.1.2-ce-ga3

com.liferay.portal.security.ldap
Interface PortalLDAPExporter

All Known Implementing Classes:
PortalLDAPExporterImpl

public interface PortalLDAPExporter


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

Method Detail

exportToLDAP

void exportToLDAP(Contact contact,
                  Map<String,Serializable> contactExpandoAttributes)
                  throws Exception
Throws:
Exception

exportToLDAP

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

Throws:
Exception

exportToLDAP

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

exportToLDAP

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

Liferay 6.1.2-ce-ga3