| com.liferay.portal.security.auth.Authenticator
All known Subclasses: com.liferay.portal.security.auth.LDAPAuth,
Authenticator | public interface Authenticator (Code) | | View Source
author: Brian Wing Shun Chan |
Field Summary | |
final public static int | DNE | final public static int | FAILURE | final public static int | SUCCESS |
Method Summary | |
public int | authenticateByEmailAddress(long companyId, String emailAddress, String password, Map headerMap, Map parameterMap) | public int | authenticateByScreenName(long companyId, String screenName, String password, Map headerMap, Map parameterMap) | public int | authenticateByUserId(long companyId, long userId, String password, Map headerMap, Map parameterMap) |
DNE | final public static int DNE(Code) | | |
FAILURE | final public static int FAILURE(Code) | | |
SUCCESS | final public static int SUCCESS(Code) | | |
authenticateByUserId | public int authenticateByUserId(long companyId, long userId, String password, Map headerMap, Map parameterMap) throws AuthException(Code) | | |
|
|