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
@Deprecated(forRemoval=true) public class ConfluenceXsrfTokenInterceptor extends com.atlassian.xwork.interceptors.XsrfTokenInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.since 8.9, replaced byXsrfTokenEnforcer
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceXsrfTokenInterceptor()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected com.atlassian.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
getSecurityLevel()
Deprecated, for removal: This API element is subject to removal in a future version.String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
Deprecated, for removal: This API element is subject to removal in a future version.protected String
internationaliseErrorMessage(com.opensymphony.xwork2.Action action, String key)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
Deprecated, for removal: This API element is subject to removal in a future version.- 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)
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
internationaliseErrorMessage
in classcom.atlassian.xwork.interceptors.XsrfTokenInterceptor
-
getSecurityLevel
protected com.atlassian.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel getSecurityLevel()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSecurityLevel
in classcom.atlassian.xwork.interceptors.XsrfTokenInterceptor
-
-