Liferay 7.0-ce-m3

com.liferay.portal.security.ldap
Class LDAPUserExporterImpl

java.lang.Object
  extended by com.liferay.portal.security.ldap.LDAPUserExporterImpl
All Implemented Interfaces:
UserExporter

public class LDAPUserExporterImpl
extends Object
implements UserExporter


Constructor Summary
LDAPUserExporterImpl()
           
 
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 exportUser(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
 void exportUser(long userId, long userGroupId, UserOperation userOperation)
           
 void exportUser(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

LDAPUserExporterImpl

public LDAPUserExporterImpl()
Method Detail

exportUser

public void exportUser(Contact contact,
                       Map<String,Serializable> contactExpandoAttributes)
                throws Exception
Specified by:
exportUser in interface UserExporter
Throws:
Exception

exportUser

public void exportUser(long userId,
                       long userGroupId,
                       UserOperation userOperation)
                throws Exception
Specified by:
exportUser in interface UserExporter
Throws:
Exception

exportUser

public void exportUser(User user,
                       Map<String,Serializable> userExpandoAttributes)
                throws Exception
Specified by:
exportUser in interface UserExporter
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 7.0-ce-m3