Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.security.auth.AuthException

Packages that use AuthException
com.liferay.portal.security.auth   
 

Uses of AuthException in com.liferay.portal.security.auth
 

Methods in com.liferay.portal.security.auth that throw AuthException
 int Authenticator.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 int Authenticator.authenticateByScreenName(long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 int Authenticator.authenticateByUserId(long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void AuthFailure.onFailureByEmailAddress(long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void AuthFailure.onFailureByScreenName(long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void AuthFailure.onFailureByUserId(long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 


Liferay 6.1.10-ee-ga1