Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.security.auth.LDAPAuthResult

Packages that use LDAPAuthResult
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
 

Uses of LDAPAuthResult in com.liferay.portal.security.auth
 

Methods in com.liferay.portal.security.auth that return LDAPAuthResult
protected  LDAPAuthResult LDAPAuth.authenticate(LdapContext ctx, long companyId, Attributes attributes, String userDN, String password)
           
protected  LDAPAuthResult LDAPAuth.getFailedLDAPAuthResult(Map<String,Object> env)
           
 

Methods in com.liferay.portal.security.auth with parameters of type LDAPAuthResult
protected  void LDAPAuth.setFailedLDAPAuthResult(Map<String,Object> env, LDAPAuthResult ldapAuthResult)
           
 


Liferay 6.2-ce-ga5