Access Control component

Deprecated List

Global fwAccessControl_getDomainList (dyn_string &domainList, dyn_string &exceptionInfo)
This is a legacy function that assures compatibility with UNICOS API
One should use fwAccessControl_getAllDomains instead

Global fwAccessControl_getPriviledgeList (dyn_string &priviledgeList, dyn_string &exceptionInfo)
This is a legacy function that assures compatibility with UNICOS API
One should use fwAccessControl_getPrivilegeNames instead

Global fwAccessControl_getUserCharacteristics (string &userName, int &userId, dyn_string &dsGroupName, dyn_int &diGroupId, dyn_string exceptionInfo)
This is a legacy function that assures compatibility with UNICOS API
One should use fwAccessControl_getUser instead

Global fwAccessControl_getUserPermission (string priviledgeLevelRequired, string domain, bool &granted, dyn_string &exceptionInfo)
This is a legacy function that assures compatibility with UNICOS API
One should use fwAccessControl_checkUserPrivilege instead

Global fwGetUserPermission (string privilegeLevelRequired, string domain, bool &granted, dyn_string &exceptionInfo)
This is a legacy function that assures compatibility with obsolete Framework 1.0
One should use fwAccessControl_checkUserPrivilege instead