Skip to main content

%SYS.WhitelistUtils

class %SYS.WhitelistUtils extends %Library.RegisteredObject

The %SYS.WhitelistUtils code contains the core global access methods that require privilege escalation to support the the more general %CSP.WhitelistUtils library

Method Inventory

Methods

classmethod IsMethodEnabled(pClass As %String, pMethod As %String) as %Boolean
Test to see if the given method call should be allowed under the current whitelist policy
classmethod IsWhitelistEnabled() as %Boolean
Test to see if whitelist checking is enabled for the current namespace

Inherited Members

Inherited Methods

FeedbackOpens in a new tab