SecurityService Class
Autodesk.Connectivity.WebServices›Autodesk.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
| Name | Description |
|---|---|
| AddSystemACL | Adds a new system ACL. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| GetEffectivePermissions | Gets the effective security of a list of users/groups |
| GetEntACLsByEntityIds | Gets all the ACL information for a set of file or folder IDs. |
| SetSystemACLs | Sets the system ACL on a set of entities. |
| UpdateACL | Adds, modifies, or deletes the ACL for an object. |
| UpdateSystemACL | Updates the system ACL for an Entity. |
Returned By
Where you get a SecurityService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.SecurityServiceBase
- Autodesk.Connectivity.WebServices.SecurityService