Liferay 6.1.2-ce-ga3

com.liferay.portal.security.ldap
Interface LDAPToPortalConverter

All Known Implementing Classes:
DefaultLDAPToPortalConverter

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.1.2-ce-ga3