Skip to content

/AWS1/CL_WSWWEBCONTFILTINGPLY

The policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_blockedcategories TYPE /AWS1/CL_WSWBLOCKEDCATS_W=>TT_BLOCKEDCATEGORIES TT_BLOCKEDCATEGORIES

Categories of websites that are blocked on the end user’s browsers.

it_allowedurls TYPE /AWS1/CL_WSWURLPATTERNLIST_W=>TT_URLPATTERNLIST TT_URLPATTERNLIST

URLs and domains that are always accessible to end users.

it_blockedurls TYPE /AWS1/CL_WSWURLPATTERNLIST_W=>TT_URLPATTERNLIST TT_URLPATTERNLIST

URLs and domains that end users cannot access.


Queryable Attributes

blockedCategories

Categories of websites that are blocked on the end user’s browsers.

Accessible with the following methods

Method Description
GET_BLOCKEDCATEGORIES() Getter for BLOCKEDCATEGORIES, with configurable default
ASK_BLOCKEDCATEGORIES() Getter for BLOCKEDCATEGORIES w/ exceptions if field has no v
HAS_BLOCKEDCATEGORIES() Determine if BLOCKEDCATEGORIES has a value

allowedUrls

URLs and domains that are always accessible to end users.

Accessible with the following methods

Method Description
GET_ALLOWEDURLS() Getter for ALLOWEDURLS, with configurable default
ASK_ALLOWEDURLS() Getter for ALLOWEDURLS w/ exceptions if field has no value
HAS_ALLOWEDURLS() Determine if ALLOWEDURLS has a value

blockedUrls

URLs and domains that end users cannot access.

Accessible with the following methods

Method Description
GET_BLOCKEDURLS() Getter for BLOCKEDURLS, with configurable default
ASK_BLOCKEDURLS() Getter for BLOCKEDURLS w/ exceptions if field has no value
HAS_BLOCKEDURLS() Determine if BLOCKEDURLS has a value