template-chapter.xml revision d1a1c16f546ed980d06b400fe4f7a0c050740c52
<?xml version="1.0" encoding="UTF-8"?>
<!--
! CCPL HEADER START
!
! This work is licensed under the Creative Commons
! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
! To view a copy of this license, visit
! http://creativecommons.org/licenses/by-nc-nd/3.0/
! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
! You can also obtain a copy of the license at
! legal/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! If applicable, add the following below this CCPL HEADER, with the fields
! enclosed by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CCPL HEADER END
!
! Copyright 2011 ForgeRock AS
!
-->
<chapter xml:id='chap-TODO-id-same-as-file-basename'
xmlns='http://docbook.org/ns/docbook'
version='5.0' xml:lang='en'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
xmlns:xlink='http://www.w3.org/1999/xlink'
xmlns:xinclude='http://www.w3.org/2001/XInclude'>
<title>TODO: Add Your Chapter Title</title>
<para>This chapter covers... TODO</para>
<section xml:id="TODO-unique-section-id">
<title>TODO: Add Your Section Title</title>
<para>This section covers... TODO</para>
<section xml:id="TODO-unique-subsection-id">
<title>TODO: Add Your Subsection Title</title>
<para>This subsection covers... TODO</para>
<para>Access to managed objects is provided through a REST API.</para>
</section>
<section xml:id="TODO-another-subsection-unique-id">
<title>Supported Methods</title>
<para>The managed object API uses standard HTTP methods to access
managed objects. </para>
<section xml:id="TODO-getting-deeply-nested-here-unique-id">
<title>GET</title>
<para>The following example shows an HTTP request for the user with ID
<literal>bdd793f8</literal>.</para>
<programlisting language="http">
GET /openidm/managed/user/bdd793f8 HTTP/1.1
...</programlisting>
<example xml:id="TODO-example-unique-id">
<title>TODO: Add Your Example Title</title>
<para>This example shows an HTTP response.</para>
<programlisting language="http">
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123
ETag: "7769ac1c6493"
...
[JSON representation of the managed object]</programlisting>
</example>
<itemizedlist>
<listitem>
<para>In <filename>conf/logging.properties</filename> set
<literal>java.util.logging.ConsoleHandler.level = OFF</literal>.</para>
</listitem>
<listitem>
<para>The <literal>ConsoleHandler</literal> is removed from the list of
handlers in the same file.</para>
</listitem>
</itemizedlist>
</section>
</section>
</section>
</chapter>