The general authorization
administration methods set and get authorizations on metadata resources.
An authorization associates an identity, a permission, and a grant
or denial of that permission with a resource. The authorizations can
be set directly on a resource, or applied to the resource in an ACT.
Authorizations can also be set on ACTs to control who is authorized
to modify the ACT.
The general authorization
administration methods include the following:
Applies the authorizations
defined in an ACT to the specified resource.
For more information,
see ApplyACTToObj.
GetAccessControlTemplatesOnObj
Returns the authorizations
that apply to a resource for specified identities and permissions.
For more information,
see GetAuthorizationsOnObj.
Returns Person, IdentityGroup,
and Role objects associated with a specified resource.
For more information,
see GetIdentitiesOnObj.
Removes the authorizations
defined by an ACT from the specified resource.
For more information,
see RemoveACTFromObj.