public class LoginMaxFailures
extends Object
implements com.liferay.portal.kernel.security.auth.AuthFailure
| Constructor and Description |
|---|
LoginMaxFailures() |
| 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.AuthFailurecom.liferay.portal.kernel.security.auth.AuthExceptionpublic 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.AuthFailurecom.liferay.portal.kernel.security.auth.AuthExceptionpublic 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.AuthFailurecom.liferay.portal.kernel.security.auth.AuthException