public class OwaspCrsExclusionEntry extends Object
| Constructor and Description |
|---|
OwaspCrsExclusionEntry() |
| Modifier and Type | Method and Description |
|---|---|
OwaspCrsExclusionEntryMatchVariable |
matchVariable()
Get the variable to be excluded.
|
String |
selector()
Get when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
OwaspCrsExclusionEntrySelectorMatchOperator |
selectorMatchOperator()
Get when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
|
OwaspCrsExclusionEntry |
withMatchVariable(OwaspCrsExclusionEntryMatchVariable matchVariable)
Set the variable to be excluded.
|
OwaspCrsExclusionEntry |
withSelector(String selector)
Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
OwaspCrsExclusionEntry |
withSelectorMatchOperator(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator)
Set when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
|
public OwaspCrsExclusionEntryMatchVariable matchVariable()
public OwaspCrsExclusionEntry withMatchVariable(OwaspCrsExclusionEntryMatchVariable matchVariable)
matchVariable - the matchVariable value to setpublic OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator()
public OwaspCrsExclusionEntry withSelectorMatchOperator(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator)
selectorMatchOperator - the selectorMatchOperator value to setpublic String selector()
public OwaspCrsExclusionEntry withSelector(String selector)
selector - the selector value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/