Class CaptchaInterceptor
java.lang.Object
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
com.atlassian.confluence.security.interceptors.CaptchaInterceptor
- All Implemented Interfaces:
Serializable,org.apache.struts2.interceptor.Interceptor
Interceptor that performs captcha validation on any actions that implement CaptchaAware.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
destroy, getParameter, getUser, hasParameter, init
-
Constructor Details
-
CaptchaInterceptor
public CaptchaInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceorg.apache.struts2.interceptor.Interceptor- Specified by:
interceptin classAbstractAwareInterceptor- Returns:
Action.INPUTon validation failure. Otherwise, it will return the result actionInvocation.invoke().- Throws:
Exception
-