Sdílet prostřednictvím


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

Static value RequestArgNames for ScrubbingRuleEntryMatchVariable.

static final ScrubbingRuleEntryMatchVariable REQUEST_COOKIE_NAMES

Static value RequestCookieNames for ScrubbingRuleEntryMatchVariable.

static final ScrubbingRuleEntryMatchVariable REQUEST_HEADER_NAMES

Static value RequestHeaderNames for ScrubbingRuleEntryMatchVariable.

static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS

Static value RequestIPAddress for ScrubbingRuleEntryMatchVariable.

static final ScrubbingRuleEntryMatchVariable REQUEST_JSONARG_NAMES

Static value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable.

static final ScrubbingRuleEntryMatchVariable REQUEST_POST_ARG_NAMES

Static value RequestPostArgNames for ScrubbingRuleEntryMatchVariable.

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

Static value RequestArgNames for ScrubbingRuleEntryMatchVariable.

public static final ScrubbingRuleEntryMatchVariable REQUEST_COOKIE_NAMES

Static value RequestCookieNames for ScrubbingRuleEntryMatchVariable.

REQUEST_HEADER_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_HEADER_NAMES

Static value RequestHeaderNames for ScrubbingRuleEntryMatchVariable.

REQUEST_IPADDRESS

public static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS

Static value RequestIPAddress for ScrubbingRuleEntryMatchVariable.

REQUEST_JSONARG_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_JSONARG_NAMES

Static value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable.

REQUEST_POST_ARG_NAMES

public static final ScrubbingRuleEntryMatchVariable REQUEST_POST_ARG_NAMES

Static value RequestPostArgNames for ScrubbingRuleEntryMatchVariable.

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 values()

Gets known ScrubbingRuleEntryMatchVariable values.

Returns:

known ScrubbingRuleEntryMatchVariable values.

Applies to