public class AddSecureFlagRule extends Rule
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.util.regex.Pattern> |
name |
| Constructor and Description |
|---|
AddSecureFlagRule(java.lang.String id,
java.util.List<java.util.regex.Pattern> name) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
boolean |
doesCookieMatch(java.lang.String cookieName) |
public AddSecureFlagRule(java.lang.String id,
java.util.List<java.util.regex.Pattern> name)
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
public boolean doesCookieMatch(java.lang.String cookieName)