DOFSecurityScope ClassOpenDOF Object Access Library
DOFSecurityScope represents a single security scope, implicitly associated with a permission.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldStatic memberALL_SCOPES_ID
A security scope identifier used as a wildcard to indicate all applicable scopes.
Public fieldStatic memberNOT_TUNNELED
This indicates that the security scope is not tunneled.
Top
Remarks

DOFSecurityScope represents a single security scope, implicitly associated with a permission. In other words, a DOFSecurityScope represents the scope or extent for each permission in a set. These are assigned by a domain for a given credentials and represent logical "areas" within the domain where the permission is valid.
See Also

Reference