Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RequestAccessControl

Module that allows inspection of HTTP request properties and to return a defined HTTP response. In this module, rules with the name 'Default Action' are not allowed, since this name is reserved for default action logs.

Properties

defaultActionName

defaultActionName: string

References an default Action to take if no AccessControlRule was matched. Allowed action types:

**ALLOW** continues execution of other modules and their rules.

**RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response.

Optional rules

Ordered list of AccessControlRules. Rules are executed in order of appearance in this array.

Functions

getDeserializedJsonObj

getJsonObj