Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The AuthorizationManager managed object manages the access control in the VI SDK. It has three properties:
description (type: AuthorizationDescription)— It holds static description strings for system roles and privileges.
privilegeList (type: AuthorizationPrivilege[])— It holds all the system-defined privileges.
roleList (type: AuthorizationRole[])— It holds all the currently defined roles in the system, including system default roles.