Liferay 6.0.5

com.liferay.portal.security.auth
Class AuthPipeline

java.lang.Object
  extended by com.liferay.portal.security.auth.AuthPipeline

public class AuthPipeline
extends Object


Method Summary
static int authenticateByEmailAddress(String key, long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static int authenticateByScreenName(String key, long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static int authenticateByUserId(String key, long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onFailureByEmailAddress(String key, long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onFailureByScreenName(String key, long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onFailureByUserId(String key, long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onMaxFailuresByEmailAddress(String key, long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onMaxFailuresByScreenName(String key, long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void onMaxFailuresByUserId(String key, long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void registerAuthenticator(String key, Authenticator authenticator)
           
static void registerAuthFailure(String key, AuthFailure authFailure)
           
static void unregisterAuthenticator(String key, Authenticator authenticator)
           
static void unregisterAuthFailure(String key, AuthFailure authFailure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

authenticateByEmailAddress

public static int authenticateByEmailAddress(String key,
                                             long companyId,
                                             String emailAddress,
                                             String password,
                                             Map<String,String[]> headerMap,
                                             Map<String,String[]> parameterMap)
                                      throws AuthException
Throws:
AuthException

authenticateByScreenName

public static int authenticateByScreenName(String key,
                                           long companyId,
                                           String screenName,
                                           String password,
                                           Map<String,String[]> headerMap,
                                           Map<String,String[]> parameterMap)
                                    throws AuthException
Throws:
AuthException

authenticateByUserId

public static int authenticateByUserId(String key,
                                       long companyId,
                                       long userId,
                                       String password,
                                       Map<String,String[]> headerMap,
                                       Map<String,String[]> parameterMap)
                                throws AuthException
Throws:
AuthException

onFailureByEmailAddress

public static void onFailureByEmailAddress(String key,
                                           long companyId,
                                           String emailAddress,
                                           Map<String,String[]> headerMap,
                                           Map<String,String[]> parameterMap)
                                    throws AuthException
Throws:
AuthException

onFailureByScreenName

public static void onFailureByScreenName(String key,
                                         long companyId,
                                         String screenName,
                                         Map<String,String[]> headerMap,
                                         Map<String,String[]> parameterMap)
                                  throws AuthException
Throws:
AuthException

onFailureByUserId

public static void onFailureByUserId(String key,
                                     long companyId,
                                     long userId,
                                     Map<String,String[]> headerMap,
                                     Map<String,String[]> parameterMap)
                              throws AuthException
Throws:
AuthException

onMaxFailuresByEmailAddress

public static void onMaxFailuresByEmailAddress(String key,
                                               long companyId,
                                               String emailAddress,
                                               Map<String,String[]> headerMap,
                                               Map<String,String[]> parameterMap)
                                        throws AuthException
Throws:
AuthException

onMaxFailuresByScreenName

public static void onMaxFailuresByScreenName(String key,
                                             long companyId,
                                             String screenName,
                                             Map<String,String[]> headerMap,
                                             Map<String,String[]> parameterMap)
                                      throws AuthException
Throws:
AuthException

onMaxFailuresByUserId

public static void onMaxFailuresByUserId(String key,
                                         long companyId,
                                         long userId,
                                         Map<String,String[]> headerMap,
                                         Map<String,String[]> parameterMap)
                                  throws AuthException
Throws:
AuthException

registerAuthenticator

public static void registerAuthenticator(String key,
                                         Authenticator authenticator)

registerAuthFailure

public static void registerAuthFailure(String key,
                                       AuthFailure authFailure)

unregisterAuthenticator

public static void unregisterAuthenticator(String key,
                                           Authenticator authenticator)

unregisterAuthFailure

public static void unregisterAuthFailure(String key,
                                         AuthFailure authFailure)

Liferay 6.0.5