com.liferay.portal.security.ldap
Class PortalLDAPExporterUtil
java.lang.Object
com.liferay.portal.security.ldap.PortalLDAPExporterUtil
public class PortalLDAPExporterUtil
- extends java.lang.Object
- Author:
- Edward Han, Michael C. Han, Brian Wing Shun Chan, Marcellus Tavares, Raymond Augé
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalLDAPExporterUtil
public PortalLDAPExporterUtil()
exportToLDAP
public static void exportToLDAP(Contact contact,
java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
throws java.lang.Exception
- Throws:
java.lang.Exception
exportToLDAP
public static void exportToLDAP(long userId,
long userGroupId)
throws java.lang.Exception
- Deprecated.
- Throws:
java.lang.Exception
exportToLDAP
public static void exportToLDAP(long userId,
long userGroupId,
LDAPOperation ldapOperation)
throws java.lang.Exception
- Throws:
java.lang.Exception
exportToLDAP
public static void exportToLDAP(User user,
java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPortalLDAPExporter
public static PortalLDAPExporter getPortalLDAPExporter()
setPortalLDAPExporter
public void setPortalLDAPExporter(PortalLDAPExporter portalLDAPExporter)