DOFPermissiongetComplement Method OpenDOF Object Access Library
Return the complement permission for this permission.

Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract DOFPermissionSet getComplement()

Return Value

Type: DOFPermissionSet
The complement permission for this permission. May return null if there is no complement such as is the case with internal permissions that never hit the wire.
Remarks

Return the complement permission for this permission. A Permission complement is an opposite such as REQUESTOR is the complement of PROVIDER .
See Also

Reference