Overview

Access Control Entry (ACE).

A Set of ACEs is sometimes referred to as an AccessControlList or ACL.

Each ACE specify a set of AccessTypes to be granted and denied to a single Accessor.

ACE objects are unique based on their Accessor field alone. In an ACL there can only be one ACE for any given Accessor.

ACE objects are immutable.

Members

Name Type Required Description

accessTypes

accessTypes

Returns the AccessTypes that this ACE grants and denies.

accessor

beeId<baseAccessor>

Returns the BaseAccessorHandle to which this ACE applies.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:ace xsi:type="obh:ace" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <accessTypes>your_accessTypes_0</accessTypes>
        <accessor>your_beeId_0</accessor>
</obh:ace>

Referenced By Representaions