public class WafConfiguration extends Object
| 构造器和说明 |
|---|
WafConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
Copyright © 2024. All rights reserved.