Class SecurityHeadersInterceptor
- java.lang.Object
-
- com.atlassian.confluence.security.interceptors.SecurityHeadersInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
@Deprecated(forRemoval=true) public class SecurityHeadersInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Deprecated, for removal: This API element is subject to removal in a future version.since 8.9, replaced byConfluenceHttpHeaderSecurityFilter
.Add headers to prevent security problems.- Since:
- 5.8.15
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityHeadersInterceptor()
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 void
destroy()
Deprecated, for removal: This API element is subject to removal in a future version.void
init()
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.
-
-
-
Method Detail
-
destroy
public void destroy()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
destroy
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
init
public void init()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
init
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
-