DOFPermissionSet represents a set of permissions.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFPermissionSet
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class DOFPermissionSet : DOFImmutable, IEnumerable<DOFPermission>
The DOFPermissionSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getBytes | Get the serialized bytes of the permission set. |
![]() | getComplement | Return the complement for this permission set. |
![]() | GetEnumerator | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getPermissions | Get a copy of the permission list for this permission set. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isAllowedBy |
Returns whether or not this permission set is a subset of the permissions
allowed by the specified permission set.
|
![]() | marshal | |
![]() | size | Get the size of the permission set. |
![]() | ToString | (Overrides ObjectToString.) |
Remarks
See Also