OwaspCrsExclusionEntrySelectorMatchOperator Class

public final class OwaspCrsExclusionEntrySelectorMatchOperator
extends ExpandableStringEnum<OwaspCrsExclusionEntrySelectorMatchOperator>

When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.

Field Summary

Modifier and Type Field and Description
static final OwaspCrsExclusionEntrySelectorMatchOperator CONTAINS

Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS

Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS_ANY

Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.

static final OwaspCrsExclusionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

Constructor Summary

Constructor Description
OwaspCrsExclusionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OwaspCrsExclusionEntrySelectorMatchOperator value.

Method Summary

Modifier and Type Method and Description
static OwaspCrsExclusionEntrySelectorMatchOperator fromString(String name)

Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.

static Collection<OwaspCrsExclusionEntrySelectorMatchOperator> values()

Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINS

public static final OwaspCrsExclusionEntrySelectorMatchOperator CONTAINS

Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.

ENDS_WITH

public static final OwaspCrsExclusionEntrySelectorMatchOperator ENDS_WITH

Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

EQUALS

public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS

Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.

EQUALS_ANY

public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS_ANY

Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.

STARTS_WITH

public static final OwaspCrsExclusionEntrySelectorMatchOperator STARTS_WITH

Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.

Constructor Details

OwaspCrsExclusionEntrySelectorMatchOperator

@Deprecated
public OwaspCrsExclusionEntrySelectorMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OwaspCrsExclusionEntrySelectorMatchOperator value.

Method Details

fromString

public static OwaspCrsExclusionEntrySelectorMatchOperator fromString(String name)

Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OwaspCrsExclusionEntrySelectorMatchOperator.

values

public static Collection values()

Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.

Returns:

known OwaspCrsExclusionEntrySelectorMatchOperator values.

Applies to