ScrubbingRuleEntryMatchVariable Class

public final class ScrubbingRuleEntryMatchVariable
extends ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>

The variable to be scrubbed from the logs.

Field Summary

Modifier and Type Field and Description
static final ScrubbingRuleEntryMatchVariable REQUEST_ARG_NAMES

RequestArgNames.

static final ScrubbingRuleEntryMatchVariable REQUEST_COOKIE_NAMES

RequestCookieNames.

static final ScrubbingRuleEntryMatchVariable REQUEST_HEADER_NAMES

RequestHeaderNames.

static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS

RequestIPAddress.

static final ScrubbingRuleEntryMatchVariable REQUEST_JSONARG_NAMES

RequestJSONArgNames.

static final ScrubbingRuleEntryMatchVariable REQUEST_POST_ARG_NAMES

RequestPostArgNames.

Constructor Summary

Constructor Description
ScrubbingRuleEntryMatchVariable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScrubbingRuleEntryMatchVariable value.

Method Summary

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

Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.

static Collection<ScrubbingRuleEntryMatchVariable> values()

Gets known ScrubbingRuleEntryMatchVariable values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

REQUEST_ARG_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_ARG_NAMES

RequestArgNames.

public static final ScrubbingRuleEntryMatchVariable REQUEST_COOKIE_NAMES

RequestCookieNames.

REQUEST_HEADER_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_HEADER_NAMES

RequestHeaderNames.

REQUEST_IPADDRESS

public static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS

RequestIPAddress.

REQUEST_JSONARG_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_JSONARG_NAMES

RequestJSONArgNames.

REQUEST_POST_ARG_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_POST_ARG_NAMES

RequestPostArgNames.

Constructor Details

ScrubbingRuleEntryMatchVariable

@Deprecated
public ScrubbingRuleEntryMatchVariable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScrubbingRuleEntryMatchVariable value.

Method Details

fromString

public static ScrubbingRuleEntryMatchVariable fromString(String name)

Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScrubbingRuleEntryMatchVariable.

values

public static Collection<ScrubbingRuleEntryMatchVariable> values()

Gets known ScrubbingRuleEntryMatchVariable values.

Returns:

known ScrubbingRuleEntryMatchVariable values.

Applies to