com.atlassian.confluence.security.interceptors
Class CaptchaInterceptor
java.lang.Object
com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
com.atlassian.confluence.security.interceptors.CaptchaInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor
public class CaptchaInterceptor
- extends AbstractAwareInterceptor
Interceptor that performs captcha validation on any actions that implement CaptchaAware
.
Method Summary |
String |
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaInterceptor
public CaptchaInterceptor()
intercept
public String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws Exception
- Specified by:
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
- Specified by:
intercept
in class AbstractAwareInterceptor
- Returns:
Action.INPUT
on validation failure. Otherwise, it will return the result
actionInvocation.invoke().
- Throws:
Exception