UserAuthorizationSystem Class |
Namespace: ABB.Robotics.Controllers
public sealed class UserAuthorizationSystem
The UserAuthorizationSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckDemandGrant(String) |
Checks if the current user has the required grant.
| |
| CheckDemandGrant(Grant) |
Checks if the current user has the required grant.
| |
| CheckDemandGrant(String, String) |
Checks if the current user has the required grant.
| |
| CheckDemandGrant(Grant, String) |
Checks if the current user has the required grant.
| |
| DemandGrant(String) |
Checks if the current user has the required grant.
| |
| DemandGrant(Grant) |
Checks if the current user has the required grant.
| |
| DemandGrant(String, String) |
Checks if the current user has the required grant.
| |
| DemandGrant(Grant, String) |
Checks if the current user has the required grant.
| |
| Equals | (Inherited from Object.) | |
| GetCurrentGrants |
Gets the grants of the current user.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |