The following tables list the members exposed by AuthorizationClient.
| Name | Description | |
|---|---|---|
|
AuthorizationClient Constructor |
| Name | Description | |
|---|---|---|
|
Connection | (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI) |
|
IsDisposed | Gets a value indicating whether the object has been disposed of. |
| Name | Description | |
|---|---|---|
|
CreateConnection | (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI) |
|
DeleteConnection | (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI) |
|
DenyClassRights | Deny the rights of an identity on a class. |
|
DenyObjectRights | Deny the rights of an identity on an object. |
|
DeregisterAction | Deregisters an authorization action. |
|
DeregisterClass | Deregisters an authorization class. |
|
DeregisterObject | Deregisters an authorization object. |
|
Dispose | Releases all resources used by the WorkspaceManager. |
|
GetAction | Overloaded. Gets an Authorization action. |
|
GetActions | Overloaded. Gets all actions. |
|
GetClass | Overloaded. Gets the SourceCode.Authorization.Interfaces.IAuthorizationClass instance specified by classID. |
|
GetClassAce | Gets an Authorization class access control entry. |
|
GetClassAcl | Gets an Authorization class access control list. |
|
GetClasses | Overloaded. Gets all Authorization classes. |
|
GetClassRights | Get the set of actions that the identity is authorized to perform on a class. |
|
GetCurrentIdentity | Returns the current user as a SourceCode.Authorization.Interfaces.IAuthorizationIdentity. |
|
GetCurrentUser | Returns the current user name. |
|
GetIdentity | Get the specified SourceCode.Authorization.Interfaces.IAuthorizationIdentity instance. |
|
GetObject | Gets an Authorization object. |
|
GetObjectAce | Gets an authorization object access control entry. |
|
GetObjectAcl | Gets an Authorization object access control list. |
|
GetObjectRights | Get the set of actions that the identity is authorized to perform on an object. |
|
GetObjects | Overloaded. Gets the objects. |
|
GrantClassRights | Deny the rights for an identity on a class. |
|
GrantObjectRights | Grants the rights for an identity on an object. |
|
IsAuthorized | Overloaded. Checks if the identity is authorized to perform a set of actions (as a rights mask) on a class. |
|
RegisterAction | Registers an authorization action. |
|
RegisterClass | Registers an authorization class. |
|
RegisterObject | Registers an authorization object. |
|
RevokeClassRights | Revokes the rights of an identity on a class. |
|
RevokeObjectRights | Revokes the rights of an identity on an object. |
|
UpdateAction | Updates an authorization action. |
|
UpdateClass | Updates an authorization class. |
|
UpdateObject | Updates an authorization object. |
| Name | Description | |
|---|---|---|
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |
|
RemoteCall | Overloaded. (Inherited fromSourceCode.Hosting.Client.BaseAPI.BaseAPI ) |
|
RemoteSessionCall | Overloaded. (Inherited fromSourceCode.Hosting.Client.BaseAPI.BaseAPI ) |