Overview

Class to hold AccessControl related fields that AccessControl manages for all Entities that perform AccessControl on Entities.

Members

Name Type Description

localACL

ace[]

Returns the LocalACL (LACL) associated with the Entity.

owner

beeId<accessor>

Returns the Owner. The Owner field along with the OwnerAccessTypes make up what is referred to as the Owner ACE.

ownerAccessTypes

accessTypes

Returns the Owner AccessTypes. The Owner field along with the OwnerAccessTypes make up what is referred to as the Owner ACE.

scope

beeId<scope>

Returns the Scope in which the Entity is defined.

sensitivity

beeId<sensitivity>

Returns any Sensitivity assigned to the Entity.

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:accessControlFields xsi:type="obh:accessControlFields" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <localACL>your_ace_0</localACL>
        <localACL>your_ace_1</localACL>
        <localACL>your_ace_2</localACL>
        <owner>your_beeId_0</owner>
        <ownerAccessTypes>your_accessTypes_0</ownerAccessTypes>
        <scope>your_beeId_0</scope>
        <sensitivity>your_beeId_0</sensitivity>
</obh:accessControlFields>

Referenced By Representaions

Not Referenced Directly by Representations