Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Members

Name Type Description

name

string

Get the Name of the Entity

principalType

principalType

Type of principal.

principalTypeUpdater

principalTypeUpdater

Principal type updater for this principal updater.

sufficientPrincipalsToAdd

beeId<principal>[]

Sufficient principals to add

sufficientPrincipalsToRemove

beeId<principal>[]

Sufficient principals to remove.

Hierarchy

Inherits From

Examples

Below are examples in JSON and 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:delegatedPrincipalUpdater xsi:type="obh:delegatedPrincipalUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:name>your_string_0</obh:name>
        <obh:principalType>your_principalType_0</obh:principalType>
        <obh:principalTypeUpdater>your_principalTypeUpdater_0</obh:principalTypeUpdater>
        <obh:sufficientPrincipalsToAdd>your_beeId_0</obh:sufficientPrincipalsToAdd>
        <obh:sufficientPrincipalsToAdd>your_beeId_1</obh:sufficientPrincipalsToAdd>
        <obh:sufficientPrincipalsToAdd>your_beeId_2</obh:sufficientPrincipalsToAdd>
        <obh:sufficientPrincipalsToRemove>your_beeId_0</obh:sufficientPrincipalsToRemove>
        <obh:sufficientPrincipalsToRemove>your_beeId_1</obh:sufficientPrincipalsToRemove>
        <obh:sufficientPrincipalsToRemove>your_beeId_2</obh:sufficientPrincipalsToRemove>
</obh:delegatedPrincipalUpdater>

JSON Example

(show inherited members)

{
    "beeType":"delegatedPrincipalUpdater",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "principalType":{ your_{http://www.oracle.com/beehive}principalType_as_principalType0 },
        "principalTypeUpdater":{ your_{http://www.oracle.com/beehive}principalTypeUpdater_as_principalTypeUpdater0 },
        "sufficientPrincipalsToAdd":[
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToAdd_as_beeId0 },
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToAdd_as_beeId1 },
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToAdd_as_beeId2 }
        ],
        "sufficientPrincipalsToRemove":[
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToRemove_as_beeId0 },
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToRemove_as_beeId1 },
            { your_{http://www.oracle.com/beehive}sufficientPrincipalsToRemove_as_beeId2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="delegatedPrincipalUpdater">
    <xs:complexContent>
        <xs:extension base="tns:principalUpdater">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to delegatedPrincipalUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions