org.owasp.esapi.waf.rules
public class EnforceHTTPSRule extends Rule
| Constructor and Description |
|---|
EnforceHTTPSRule(java.lang.String id,
java.util.regex.Pattern path,
java.util.List<java.lang.Object> exceptions,
java.lang.String action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
public EnforceHTTPSRule(java.lang.String id,
java.util.regex.Pattern path,
java.util.List<java.lang.Object> exceptions,
java.lang.String action)
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
Copyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.