Liferay 6.1.2-ce-ga3

com.liferay.portal.security.auth
Class LoginFailure

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

public class LoginFailure
extends Object
implements AuthFailure


Constructor Summary
LoginFailure()
           
 
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

LoginFailure

public LoginFailure()
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.1.2-ce-ga3