public class WafConfiguration extends Object
| Constructor and Description |
|---|
WafConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllowMethods() |
List<String> |
getAllowUriPrefixes() |
List<String> |
getAllowUriSuffixes() |
Set<String> |
getDenyMethods() |
void |
setAllowMethods(Set<String> allowMethods) |
void |
setAllowUriPrefixes(List<String> allowUriPrefixes) |
void |
setAllowUriSuffixes(List<String> allowUriSuffixes) |
void |
setDenyMethods(Set<String> denyMethods) |
public static final String DESC
Copyright © 2025. All rights reserved.