Liferay 6.0.5

com.liferay.portal.security.auth
Class LoginMaxFailures

java.lang.Object
  extended by com.liferay.portal.security.auth.LoginMaxFailures
All Implemented Interfaces:
AuthFailure

public class LoginMaxFailures
extends Object
implements AuthFailure


Constructor Summary
LoginMaxFailures()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginMaxFailures

public LoginMaxFailures()
Method Detail

onFailureByEmailAddress

public void onFailureByEmailAddress(long companyId,
                                    String emailAddress,
                                    Map<String,String[]> headerMap,
                                    Map<String,String[]> parameterMap)
                             throws AuthException
Specified by:
onFailureByEmailAddress in interface AuthFailure
Throws:
AuthException

onFailureByScreenName

public void onFailureByScreenName(long companyId,
                                  String screenName,
                                  Map<String,String[]> headerMap,
                                  Map<String,String[]> parameterMap)
                           throws AuthException
Specified by:
onFailureByScreenName in interface AuthFailure
Throws:
AuthException

onFailureByUserId

public void onFailureByUserId(long companyId,
                              long userId,
                              Map<String,String[]> headerMap,
                              Map<String,String[]> parameterMap)
                       throws AuthException
Specified by:
onFailureByUserId in interface AuthFailure
Throws:
AuthException

Liferay 6.0.5