Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.captcha.CaptchaException

Packages that use CaptchaException
com.liferay.portal.captcha   
com.liferay.portal.captcha.recaptcha   
com.liferay.portal.captcha.simplecaptcha   
com.liferay.portal.kernel.captcha   
com.liferay.portlet.login.action   
 

Uses of CaptchaException in com.liferay.portal.captcha
 

Methods in com.liferay.portal.captcha that throw CaptchaException
 void CaptchaImpl.check(javax.servlet.http.HttpServletRequest request)
           
 void CaptchaImpl.check(PortletRequest portletRequest)
           
 boolean CaptchaImpl.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean CaptchaImpl.isEnabled(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.captcha.recaptcha
 

Methods in com.liferay.portal.captcha.recaptcha that throw CaptchaException
protected  boolean ReCaptchaImpl.validateChallenge(javax.servlet.http.HttpServletRequest request)
           
protected  boolean ReCaptchaImpl.validateChallenge(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.captcha.simplecaptcha
 

Methods in com.liferay.portal.captcha.simplecaptcha that throw CaptchaException
 void SimpleCaptchaImpl.check(javax.servlet.http.HttpServletRequest request)
           
 void SimpleCaptchaImpl.check(PortletRequest portletRequest)
           
 boolean SimpleCaptchaImpl.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean SimpleCaptchaImpl.isEnabled(PortletRequest portletRequest)
           
protected  boolean SimpleCaptchaImpl.validateChallenge(javax.servlet.http.HttpServletRequest request)
           
protected  boolean SimpleCaptchaImpl.validateChallenge(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.kernel.captcha
 

Subclasses of CaptchaException in com.liferay.portal.kernel.captcha
 class CaptchaMaxChallengesException
           
 class CaptchaTextException
           
 

Methods in com.liferay.portal.kernel.captcha that throw CaptchaException
 void Captcha.check(javax.servlet.http.HttpServletRequest request)
           
static void CaptchaUtil.check(javax.servlet.http.HttpServletRequest request)
           
 void Captcha.check(PortletRequest portletRequest)
           
static void CaptchaUtil.check(PortletRequest portletRequest)
           
 boolean Captcha.isEnabled(javax.servlet.http.HttpServletRequest request)
           
static boolean CaptchaUtil.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean Captcha.isEnabled(PortletRequest portletRequest)
           
static boolean CaptchaUtil.isEnabled(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portlet.login.action
 

Methods in com.liferay.portlet.login.action that throw CaptchaException
protected  void ForgotPasswordAction.checkCaptcha(ActionRequest actionRequest)
           
 


Liferay 6.1.2-ce-ga3