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: DOFPermissionSetThe 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
See Also