abd68c27d5328b5b7a14b0d9d53972d8e054e7d4
[profile/ivi/gsignond.git] / docs / gsignond-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4 [
5   <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
6 ]>
7 <book id="index">
8   <bookinfo>
9     <title>gsignond API Reference Manual</title>
10     <releaseinfo>
11       for gsignond daemon.
12       The latest version of this documentation can be found on-line at
13       <ulink role="online-location" url="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/index.html">
14       http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/index.html</ulink>.
15     </releaseinfo>
16   </bookinfo>
17
18   <chapter>
19     <title>GSignond building and installation</title>
20     <xi:include href="building.xml"/>
21   </chapter>
22
23     <chapter>
24     <title>GSignond configuration</title>
25     <xi:include href="xml/gsignond-config.xml"/>
26     <xi:include href="xml/gsignond-config-general.xml"/>
27     <xi:include href="xml/gsignond-config-db.xml"/>
28     <xi:include href="xml/gsignond-config-dbus.xml"/>
29   </chapter>
30
31    <chapter>
32     <title>GSignond API for writing authentication plugins</title>
33     <xi:include href="xml/gsignond-plugin-interface.xml"/>
34     <xi:include href="xml/gsignond-dictionary.xml"/>
35     <xi:include href="xml/gsignond-session-data.xml"/>
36     <xi:include href="xml/gsignond-signonui-data.xml"/>
37   </chapter>
38
39    <chapter>
40     <title>Standard in-tree authentication plugins</title>
41     <xi:include href="xml/gsignond-digest-plugin.xml"/>
42     <xi:include href="xml/gsignond-ssotest-plugin.xml"/>
43     <xi:include href="xml/gsignond-password-plugin.xml"/>
44
45   </chapter>
46
47    <chapter>
48     <title>GSignond API for writing platform adaptation extensions</title>
49     <xi:include href="xml/gsignond-extension-interface.xml"/>
50     <xi:include href="xml/gsignond-access-control-manager.xml"/>
51     <xi:include href="xml/gsignond-security-context.xml"/>
52     <xi:include href="xml/gsignond-storage-manager.xml"/>
53     <xi:include href="xml/gsignond-secret-storage.xml"/>
54     <xi:include href="xml/gsignond-credentials.xml"/>
55   </chapter>
56    <chapter>
57     <title>Miscellaneous</title>
58     <xi:include href="xml/gsignond-error.xml"/>
59     <xi:include href="xml/gsignond-log.xml"/>
60     <xi:include href="xml/gsignond-utils.xml"/>
61   </chapter>
62
63   <chapter id="object-tree">
64     <title>Object Hierarchy</title>
65      <xi:include href="xml/tree_index.sgml"/>
66   </chapter>
67   <index id="api-index-full">
68     <title>API Index</title>
69     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
70   </index>
71   <index id="deprecated-api-index" role="deprecated">
72     <title>Index of deprecated API</title>
73     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
74   </index>
75
76   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
77 </book>