Liferay 6.0.5

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

Packages that use LDAPUser
com.liferay.portal.security.ldap   
 

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 BaseLDAPToPortalConverter.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)
           
protected  User PortalLDAPImporterImpl.updateUser(long companyId, LDAPUser ldapUser, User user, String password, String modifiedDate)
           
 


Liferay 6.0.5