Liferay 7.0-ce-b4

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.tunnel   
com.liferay.portal.kernel.security.auth.verifier   
com.liferay.portal.security.access.control   
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portal.security.auth.tunnel   
 

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)
           
static void AccessControlUtil.initContextUser(long userId)
           
 

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

Methods in com.liferay.portal.kernel.security.auth.tunnel that throw AuthException
static long TunnelAuthenticationManagerUtil.getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 long TunnelAuthenticationManager.getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 

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.access.control
 

Methods in com.liferay.portal.security.access.control that throw AuthException
 void AccessControlImpl.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)
           
static int AuthPipeline.authenticateByEmailAddress(String key, 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)
           
static int AuthPipeline.authenticateByScreenName(String key, 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)
           
static int AuthPipeline.authenticateByUserId(String key, 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 LoginMaxFailures.onFailureByEmailAddress(long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void LoginFailure.onFailureByEmailAddress(long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onFailureByEmailAddress(String key, 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 LoginMaxFailures.onFailureByScreenName(long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void LoginFailure.onFailureByScreenName(long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onFailureByScreenName(String key, 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)
           
 void LoginMaxFailures.onFailureByUserId(long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 void LoginFailure.onFailureByUserId(long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onFailureByUserId(String key, long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onMaxFailuresByEmailAddress(String key, long companyId, String emailAddress, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onMaxFailuresByScreenName(String key, long companyId, String screenName, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
static void AuthPipeline.onMaxFailuresByUserId(String key, long companyId, long userId, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 

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

Methods in com.liferay.portal.security.auth.tunnel that throw AuthException
protected  Key TunnelAuthenticationManagerImpl.getSharedSecretKey()
           
 long TunnelAuthenticationManagerImpl.getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 


Liferay 7.0-ce-b4