The Binding class defines the permission required to binding Objects and Interfaces.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFPermission
org.opendof.core.oal.securityDOFPermissionBinding
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Binding : DOFPermission
The DOFPermissionBinding type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from DOFPermission.) | |
| getActions | Get the current allowed actions. | |
| getAttributes | Returns a the list of attributes that the permission applies to. | |
| getBytes | (Overrides DOFPermissiongetBytes.) | |
| getComplement | (Overrides DOFPermissiongetComplement.) | |
| GetHashCode | (Inherited from DOFPermission.) | |
| getInterfaceIDs | Returns a copy of the list of interfaces that the permission applies to.
| |
| getObjectIDs | Returns a copy of the list of objects that the permission applies to. | |
| getPermissionType | (Overrides DOFPermissiongetPermissionType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getWildCardAttributeTypes | Returns a list of wildcard attribute types that this permission applies to.
| |
| isAllAttributesAllowed | Returns whether or not the permission applies to all attributes. | |
| isAllInterfaceIDs | Returns whether or not the permission applies to all interface identifiers.
| |
| isAllObjectIDs | Returns whether or not the permission applies to all object identifiers.
| |
| isAllowedBy(DOFPermission) | (Overrides DOFPermissionisAllowedBy(DOFPermission).) | |
| isAllowedBy(DOFPermissionSet) | (Overrides DOFPermissionisAllowedBy(DOFPermissionSet).) | |
| isExecute | Return whether or not the permission requests execute access. | |
| isExplicit | Returns whether or not this permission is considered explicit. (Inherited from DOFPermission.) | |
| isIntersection | (Overrides DOFPermissionisIntersection(DOFPermission).) | |
| isProvide | Return whether or not the permission requests provide access. | |
| isRead | Return whether or not the permission requests read access. | |
| isSession | Return whether or not the permission requests session access. | |
| isTerminal | (Overrides DOFPermissionisTerminal.) | |
| isWrite | Return whether or not the permission requests write access. | |
| marshal | (Overrides DOFPermissionmarshal(DOFMarshalContext, Object, DOFPacket).) | |
| normalize | (Overrides DOFPermissionnormalize.) | |
| ToString | Returns the string representation of this permission request. (Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| ACTION_ALL | Permission to perform all actions. | |
| ACTION_EXECUTE | Permission to invoke a Method of an Interface. | |
| ACTION_PROVIDE | Permission to provide an Interface. | |
| ACTION_READ | Permission to get a Property or subscribe to a Property or Event of an Interface.
| |
| ACTION_SESSION | Permission to open a Session on a Binding. | |
| ACTION_WRITE | Permission to set a Property of an Interface. |
Remarks
See Also