public class DefaultLDAPToPortalConverter
extends java.lang.Object
implements com.liferay.portal.security.ldap.LDAPToPortalConverter
| Constructor and Description |
|---|
DefaultLDAPToPortalConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String[]> |
getExpandoAttributes(javax.naming.directory.Attributes attributes,
java.util.Properties expandoMappings) |
protected int |
getListTypeId(javax.naming.directory.Attributes attributes,
java.util.Properties contactMappings,
java.lang.String contactMappingsKey,
java.lang.String listTypeType) |
com.liferay.portal.security.ldap.LDAPGroup |
importLDAPGroup(long companyId,
javax.naming.directory.Attributes attributes,
java.util.Properties groupMappings) |
com.liferay.portal.security.ldap.LDAPUser |
importLDAPUser(long companyId,
javax.naming.directory.Attributes attributes,
java.util.Properties userMappings,
java.util.Properties userExpandoMappings,
java.util.Properties contactMappings,
java.util.Properties contactExpandoMappings,
java.lang.String password) |
public com.liferay.portal.security.ldap.LDAPGroup importLDAPGroup(long companyId,
javax.naming.directory.Attributes attributes,
java.util.Properties groupMappings)
throws java.lang.Exception
importLDAPGroup in interface com.liferay.portal.security.ldap.LDAPToPortalConverterjava.lang.Exceptionpublic com.liferay.portal.security.ldap.LDAPUser importLDAPUser(long companyId,
javax.naming.directory.Attributes attributes,
java.util.Properties userMappings,
java.util.Properties userExpandoMappings,
java.util.Properties contactMappings,
java.util.Properties contactExpandoMappings,
java.lang.String password)
throws java.lang.Exception
importLDAPUser in interface com.liferay.portal.security.ldap.LDAPToPortalConverterjava.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.String[]> getExpandoAttributes(javax.naming.directory.Attributes attributes,
java.util.Properties expandoMappings)
throws javax.naming.NamingException
javax.naming.NamingExceptionprotected int getListTypeId(javax.naming.directory.Attributes attributes,
java.util.Properties contactMappings,
java.lang.String contactMappingsKey,
java.lang.String listTypeType)
throws java.lang.Exception
java.lang.Exception