Skip to content

/AWS1/CL_BDOCONDITION

A condition that determines when a gateway rule applies. Conditions can match on principals or request paths.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_matchprincipals TYPE REF TO /AWS1/CL_BDOMATCHPRINCIPALS /AWS1/CL_BDOMATCHPRINCIPALS

A condition that matches on the identity of the caller making the request.

io_matchpaths TYPE REF TO /AWS1/CL_BDOMATCHPATHS /AWS1/CL_BDOMATCHPATHS

A condition that matches on the request path.


Queryable Attributes

matchPrincipals

A condition that matches on the identity of the caller making the request.

Accessible with the following methods

Method Description
GET_MATCHPRINCIPALS() Getter for MATCHPRINCIPALS

matchPaths

A condition that matches on the request path.

Accessible with the following methods

Method Description
GET_MATCHPATHS() Getter for MATCHPATHS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONDITIONS

TYPES TT_CONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCONDITION WITH DEFAULT KEY
.