DOFSecurityScope represents a single security scope, implicitly associated with a permission.
Inheritance Hierarchy
org.opendof.core.oalDOFSecurityScope
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class DOFSecurityScope : DOFImmutable
The DOFSecurityScope type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| ALL_SCOPES_ID | A security scope identifier used as a wildcard to indicate all applicable scopes.
| |
| NOT_TUNNELED | This indicates that the security scope is not tunneled. |
Remarks
See Also