Package com.atlassian.confluence.xwork
Class ConfluenceXsrfTokenInterceptor
- java.lang.Object
-
- com.atlassian.xwork.interceptors.XsrfTokenInterceptor
-
- com.atlassian.confluence.xwork.ConfluenceXsrfTokenInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class ConfluenceXsrfTokenInterceptor extends com.atlassian.xwork.interceptors.XsrfTokenInterceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceXsrfTokenInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.atlassian.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
getSecurityLevel()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
protected String
internationaliseErrorMessage(com.opensymphony.xwork2.Action action, String key)
-
-
-
Method Detail
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Overrides:
intercept
in classcom.atlassian.xwork.interceptors.XsrfTokenInterceptor
- Throws:
Exception
-
internationaliseErrorMessage
protected String internationaliseErrorMessage(com.opensymphony.xwork2.Action action, String key)
- Overrides:
internationaliseErrorMessage
in classcom.atlassian.xwork.interceptors.XsrfTokenInterceptor
-
getSecurityLevel
protected com.atlassian.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel getSecurityLevel()
- Overrides:
getSecurityLevel
in classcom.atlassian.xwork.interceptors.XsrfTokenInterceptor
-
-