Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.security.ldap.LDAPUser

Packages that use LDAPUser
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
 

Uses of LDAPUser in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap that return LDAPUser
 LDAPUser LDAPToPortalConverter.importLDAPUser(long companyId, Attributes attributes, Properties userMappings, Properties userExpandoMappings, Properties contactMappings, Properties contactExpandoMappings, String password)
           
 LDAPUser DefaultLDAPToPortalConverter.importLDAPUser(long companyId, Attributes attributes, Properties userMappings, Properties userExpandoMappings, Properties contactMappings, Properties contactExpandoMappings, String password)
           
 

Methods in com.liferay.portal.security.ldap with parameters of type LDAPUser
protected  User PortalLDAPImporterImpl.addUser(long companyId, LDAPUser ldapUser, String password)
           
protected  User PortalLDAPImporterImpl.getUser(long companyId, LDAPUser ldapUser)
           
protected  void PortalLDAPImporterImpl.updateExpandoAttributes(User user, LDAPUser ldapUser, Properties userExpandoMappings, Properties contactExpandoMappings)
           
protected  User PortalLDAPImporterImpl.updateUser(long companyId, LDAPUser ldapUser, User user, Properties userMappings, Properties contactMappings, String password, String modifiedDate, boolean isNew)
           
 


Liferay 6.1.2-ce-ga3