Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.RemoveEntry Method 

Removes an entry from the ACL, if present.

IACLEntry RemoveEntry(
   IACLEntry aclEntry
);

Parameters

aclEntry
The entry to remove.

Return Value

The removed ACLEntry, null if no entry was removed.

Remarks

Note: An ACLEntry will only be removed if it is present in full, meaning that the access level is equal as well as both the principal ID & class.

Exceptions

Exception Type Condition
ACLEntryReadOnlyException The entry contained is read-only.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace