Liferay 6.2-ce-ga5

com.liferay.portal.security.ldap
Interface LDAPToPortalConverter


public interface LDAPToPortalConverter


Method Summary
 LDAPGroup importLDAPGroup(long companyId, Attributes attributes, Properties groupMappings)
           
 LDAPUser importLDAPUser(long companyId, Attributes attributes, Properties userMappings, Properties userExpandoMappings, Properties contactMappings, Properties contactExpandoMappings, String password)
           
 

Method Detail

importLDAPGroup

LDAPGroup importLDAPGroup(long companyId,
                          Attributes attributes,
                          Properties groupMappings)
                          throws Exception
Throws:
Exception

importLDAPUser

LDAPUser importLDAPUser(long companyId,
                        Attributes attributes,
                        Properties userMappings,
                        Properties userExpandoMappings,
                        Properties contactMappings,
                        Properties contactExpandoMappings,
                        String password)
                        throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5