Liferay 6.0.5

com.liferay.portal.security.ldap
Class BaseLDAPToPortalConverter

java.lang.Object
  extended by com.liferay.portal.security.ldap.BaseLDAPToPortalConverter
All Implemented Interfaces:
LDAPToPortalConverter

public class BaseLDAPToPortalConverter
extends Object
implements LDAPToPortalConverter


Constructor Summary
BaseLDAPToPortalConverter()
           
 
Method Summary
protected  Map<String,String> getExpandoAttributes(Attributes attributes, Properties expandoMappings)
           
 LDAPGroup importLDAPGroup(long companyId, Attributes attributes, Properties groupMappings)
           
 LDAPUser importLDAPUser(long companyId, Attributes attributes, Properties userMappings, Properties userExpandoMappings, Properties contactMappings, Properties contactExpandoMappings, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLDAPToPortalConverter

public BaseLDAPToPortalConverter()
Method Detail

importLDAPGroup

public LDAPGroup importLDAPGroup(long companyId,
                                 Attributes attributes,
                                 Properties groupMappings)
                          throws Exception
Specified by:
importLDAPGroup in interface LDAPToPortalConverter
Throws:
Exception

importLDAPUser

public LDAPUser importLDAPUser(long companyId,
                               Attributes attributes,
                               Properties userMappings,
                               Properties userExpandoMappings,
                               Properties contactMappings,
                               Properties contactExpandoMappings,
                               String password)
                        throws Exception
Specified by:
importLDAPUser in interface LDAPToPortalConverter
Throws:
Exception

getExpandoAttributes

protected Map<String,String> getExpandoAttributes(Attributes attributes,
                                                  Properties expandoMappings)
                                           throws NamingException
Throws:
NamingException

Liferay 6.0.5