Liferay 6.2.0

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

Packages that use AuthException
com.liferay.portal.security.ac   
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
 

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

Methods in com.liferay.portal.security.ac that throw AuthException
abstract  void AccessControl.initContextUser(long userId)
           
 

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

Subclasses of AuthException in com.liferay.portal.security.auth
 class RemoteAuthException
           
 

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


Liferay 6.2.0