public class HttpSecurityStep extends Object implements FilterStep
HttpSecurityConfig.
HttpSecurityConfig is not present, so that each HTTP response will contain
clickjacking protection.
| Constructor and Description |
|---|
HttpSecurityStep() |
| Modifier and Type | Method and Description |
|---|---|
FilterCallContext |
beforeDoFilter(FilterCallContext context)
This is called to before the filterChain.doFilter() method is called
|
FilterCallContext |
finallyAfterDoFilter(FilterCallContext context)
This is called after the filterChain.doFilter() method is called in a finally {} block
|
public FilterCallContext beforeDoFilter(FilterCallContext context)
FilterStepbeforeDoFilter in interface FilterStepcontext - the context of the filter step callpublic FilterCallContext finallyAfterDoFilter(FilterCallContext context)
FilterStepfinallyAfterDoFilter in interface FilterStepcontext - the context of the filter step callCopyright © 2002-2018 Atlassian. All Rights Reserved.