Autodesk Vault ProfessionalVault API

SecurityService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for logging into and out of vaults and setting security on specific Entities.

Syntax

public sealed class SecurityService : SecurityServiceBase, IWebService  
Public NotInheritable Class SecurityService
   Inherits SecurityServiceBase
   Implements IWebService 

Methods

NameDescription
AddSystemACLAdds a new system ACL.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
GetEffectivePermissionsGets the effective security of a list of users/groups
GetEntACLsByEntityIdsGets all the ACL information for a set of file or folder IDs.
SetSystemACLsSets the system ACL on a set of entities.
UpdateACLAdds, modifies, or deletes the ACL for an object.
UpdateSystemACLUpdates the system ACL for an Entity.

Returned By

Where you get a SecurityService — members that return one.

Inheritance Hierarchy

See Also