Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PathMatchCondition

The path string and match condition to apply when evaluating an incoming URI for redirection.

Properties

Const attributeName

attributeName: string = "PATH"

attributeValue

attributeValue: string

The path string that the redirection rule applies to.

Example: {@code /example}

operator

operator: Operator

A string that specifies how to compare the PathMatchCondition object's {@code attributeValue} string to the incoming URI.

**EXACT_MATCH** - The incoming URI path must exactly and completely match the {@code attributeValue} string.

**FORCE_LONGEST_PREFIX_MATCH** - The system looks for the {@code attributeValue} string with the best, longest match of the beginning portion of the incoming URI path.

**PREFIX_MATCH** - The beginning portion of the incoming URI path must exactly match the {@code attributeValue} string.

**SUFFIX_MATCH** - The ending portion of the incoming URI path must exactly match the {@code attributeValue} string.

Methods

getDeserializedJsonObj

getJsonObj