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

Contents

Overview

This object contains the information required to prevent CSRF attacks.

Members

Name Type Description

token

string

The token that needs to be passed in as a query parameter to all calls that use the HTTP POST, PUT or DELETE methods.

Hierarchy

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)

<obr:antiCSRF xsi:type="obr:antiCSRF" xmlns:obr="http://www.oracle.com/beehive/rest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obr:token>your_string_0</obr:token>
</obr:antiCSRF>

JSON Example

(show inherited members)

{
    "beeType":"antiCSRF",
        "token":"your_{http://www.oracle.com/beehive/rest}token_as_string0"
}

XML Schema


<xs:complexType name="antiCSRF">
    <xs:sequence>
        <xs:element minOccurs="0" name="token" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to antiCSRF

Referenced By Resources

Usage Resource Method
Response Session Utilities Anti-CSRF Token
Response Session Utilities Login

Referenced By Representaions

Not Referenced Directly by Representations