Liferay 7.0-ce-m6

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

Packages that use AuthException
com.liferay.portal.kernel.security.access.control   
com.liferay.portal.kernel.security.auth.verifier   
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.kernel.security.access.control
 

Methods in com.liferay.portal.kernel.security.access.control that throw AuthException
 void AccessControl.initContextUser(long userId)
           
 

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

Methods in com.liferay.portal.kernel.security.auth.verifier that throw AuthException
 AuthVerifierResult AuthVerifier.verify(AccessControlContext accessControlContext, Properties properties)
           
 

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)
           
 


Liferay 7.0-ce-m6