Liferay 7.0-ga1 portal-impl

com.liferay.portal.security.auth
Class LoginMaxFailures

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

public class LoginMaxFailures
extends Object
implements com.liferay.portal.kernel.security.auth.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 com.liferay.portal.kernel.security.auth.AuthException
Specified by:
onFailureByEmailAddress in interface com.liferay.portal.kernel.security.auth.AuthFailure
Throws:
com.liferay.portal.kernel.security.auth.AuthException

onFailureByScreenName

public void onFailureByScreenName(long companyId,
                                  String screenName,
                                  Map<String,String[]> headerMap,
                                  Map<String,String[]> parameterMap)
                           throws com.liferay.portal.kernel.security.auth.AuthException
Specified by:
onFailureByScreenName in interface com.liferay.portal.kernel.security.auth.AuthFailure
Throws:
com.liferay.portal.kernel.security.auth.AuthException

onFailureByUserId

public void onFailureByUserId(long companyId,
                              long userId,
                              Map<String,String[]> headerMap,
                              Map<String,String[]> parameterMap)
                       throws com.liferay.portal.kernel.security.auth.AuthException
Specified by:
onFailureByUserId in interface com.liferay.portal.kernel.security.auth.AuthFailure
Throws:
com.liferay.portal.kernel.security.auth.AuthException

Liferay 7.0-ga1 portal-impl