public class LoginFailure
extends Object
implements com.liferay.portal.kernel.security.auth.AuthFailure
Constructor and Description |
---|
LoginFailure() |
Modifier and Type | Method and Description |
---|---|
void |
onFailureByEmailAddress(long companyId,
String emailAddress,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
void |
onFailureByScreenName(long companyId,
String screenName,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
void |
onFailureByUserId(long companyId,
long userId,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
public void onFailureByEmailAddress(long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.security.auth.AuthException
onFailureByEmailAddress
in interface com.liferay.portal.kernel.security.auth.AuthFailure
com.liferay.portal.kernel.security.auth.AuthException
public void onFailureByScreenName(long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.security.auth.AuthException
onFailureByScreenName
in interface com.liferay.portal.kernel.security.auth.AuthFailure
com.liferay.portal.kernel.security.auth.AuthException
public void onFailureByUserId(long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.security.auth.AuthException
onFailureByUserId
in interface com.liferay.portal.kernel.security.auth.AuthFailure
com.liferay.portal.kernel.security.auth.AuthException