Click or drag to resize

UserAuthorizationSystem Class

This class abstracts the UAS system of the controller into the CAPI programming model.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.ControllersUserAuthorizationSystem

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class UserAuthorizationSystem

The UserAuthorizationSystem type exposes the following members.

Methods
  NameDescription
Public methodCheckDemandGrant(String)
Checks if the current user has the required grant.
Public methodCheckDemandGrant(Grant)
Checks if the current user has the required grant.
Public methodCheckDemandGrant(String, String)
Checks if the current user has the required grant.
Public methodCheckDemandGrant(Grant, String)
Checks if the current user has the required grant.
Public methodDemandGrant(String)
Checks if the current user has the required grant.
Public methodDemandGrant(Grant)
Checks if the current user has the required grant.
Public methodDemandGrant(String, String)
Checks if the current user has the required grant.
Public methodDemandGrant(Grant, String)
Checks if the current user has the required grant.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCurrentGrants
Gets the grants of the current user.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also