OwaspCrsExclusionEntryMatchVariable Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. OwaspCrsExclusionEntryMatchVariable
- com.
- com.
public final class OwaspCrsExclusionEntryMatchVariable
extends ExpandableStringEnum<OwaspCrsExclusionEntryMatchVariable>
The variable to be excluded.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Owasp |
REQUEST_ARG_KEYS
Request |
|
static final
Owasp |
REQUEST_ARG_NAMES
Request |
|
static final
Owasp |
REQUEST_ARG_VALUES
Request |
|
static final
Owasp |
REQUEST_COOKIE_KEYS
Request |
|
static final
Owasp |
REQUEST_COOKIE_NAMES
Request |
|
static final
Owasp |
REQUEST_COOKIE_VALUES
Request |
|
static final
Owasp |
REQUEST_HEADER_KEYS
Request |
|
static final
Owasp |
REQUEST_HEADER_NAMES
Request |
|
static final
Owasp |
REQUEST_HEADER_VALUES
Request |
Constructor Summary
| Constructor | Description |
|---|---|
| OwaspCrsExclusionEntryMatchVariable() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Owasp |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Owasp |
fromString(String name)
Creates or finds a Owasp |
|
static
Collection<Owasp |
values()
Gets known Owasp |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
REQUEST_ARG_KEYS
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_ARG_KEYS
RequestArgKeys.
REQUEST_ARG_NAMES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_ARG_NAMES
RequestArgNames.
REQUEST_ARG_VALUES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_ARG_VALUES
RequestArgValues.
REQUEST_COOKIE_KEYS
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_COOKIE_KEYS
RequestCookieKeys.
REQUEST_COOKIE_NAMES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_COOKIE_NAMES
RequestCookieNames.
REQUEST_COOKIE_VALUES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_COOKIE_VALUES
RequestCookieValues.
REQUEST_HEADER_KEYS
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_HEADER_KEYS
RequestHeaderKeys.
REQUEST_HEADER_NAMES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_HEADER_NAMES
RequestHeaderNames.
REQUEST_HEADER_VALUES
public static final OwaspCrsExclusionEntryMatchVariable REQUEST_HEADER_VALUES
RequestHeaderValues.
Constructor Details
OwaspCrsExclusionEntryMatchVariable
@Deprecated
public OwaspCrsExclusionEntryMatchVariable()
Deprecated
Creates a new instance of OwaspCrsExclusionEntryMatchVariable value.
Method Details
fromString
public static OwaspCrsExclusionEntryMatchVariable fromString(String name)
Creates or finds a OwaspCrsExclusionEntryMatchVariable from its string representation.
Parameters:
Returns:
values
public static Collection<OwaspCrsExclusionEntryMatchVariable> values()
Gets known OwaspCrsExclusionEntryMatchVariable values.
Returns: