Liferay 6.2-ce-ga5

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
 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
 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)
           
 AuthVerifierResult AuthVerifier.verify(AccessControlContext accessControlContext, Properties properties)
           
 


Liferay 6.2-ce-ga5