Liferay 6.1.2-ce-ga3

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 addGroup(long ldapServerId, LdapContext ldapContext, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
protected  Binding addUser(long ldapServerId, LdapContext ldapContext, User user, Properties userMappings)
           
 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)
           
 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(long userId,
                         long userGroupId)
                  throws Exception
Deprecated. 

Specified by:
exportToLDAP in interface PortalLDAPExporter
Throws:
Exception

exportToLDAP

public void exportToLDAP(long userId,
                         long userGroupId,
                         LDAPOperation ldapOperation)
                  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)

addGroup

protected Binding addGroup(long ldapServerId,
                           LdapContext ldapContext,
                           UserGroup userGroup,
                           User user,
                           Properties groupMappings,
                           Properties userMappings)
                    throws Exception
Throws:
Exception

addUser

protected Binding addUser(long ldapServerId,
                          LdapContext ldapContext,
                          User user,
                          Properties userMappings)
                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3