update documentation
[src/app-framework-binder.git] / doc / afb-daemon-vocabulary.html
1 <html>
2 <head>
3   <link rel="stylesheet" type="text/css" href="doc.css">
4   <meta charset="UTF-8">
5 </head>
6 <body>
7 <h1 id="Vocabulary.for.AFB-DAEMON">Vocabulary for AFB-DAEMON</h1>
8
9 <pre><code>version: 1
10 Date:    25 May 2016
11 Author:  José Bollo
12 </code></pre>
13
14 <p><ul>
15  <li><a href="#Vocabulary.for.AFB-DAEMON">Vocabulary for AFB-DAEMON</a>
16  <ul>
17   <li><a href="#Authentification">Authentification</a></li>
18   <li><a href="#Context">Context</a></li>
19   <li><a href="#Level.of.authorisation..LOA.">Level of authorisation (LOA)</a></li>
20   <li><a href="#Plugin">Plugin</a></li>
21   <li><a href="#Request">Request</a></li>
22   <li><a href="#Reply.Response">Reply/Response</a></li>
23   <li><a href="#Service">Service</a></li>
24   <li><a href="#Session">Session</a></li>
25   <li><a href="#Token">Token</a></li>
26   <li><a href="#UUID">UUID</a></li>
27   <li><a href="#x-afb-token">x-afb-token</a></li>
28   <li><a href="#x-afb-uuid">x-afb-uuid</a></li>
29  </ul>
30  </li>
31 </ul></p>
32
33 <h2 id="Authentification">Authentification</h2>
34
35 <h2 id="Context">Context</h2>
36
37 <h2 id="Level.of.authorisation..LOA.">Level of authorisation (LOA)</h2>
38
39 <h2 id="Plugin">Plugin</h2>
40
41 <h2 id="Request">Request</h2>
42
43 <h2 id="Reply.Response">Reply/Response</h2>
44
45 <h2 id="Service">Service</h2>
46
47 <h2 id="Session">Session</h2>
48
49 <p>A session records data as</p>
50
51 <h2 id="Token">Token</h2>
52
53 <h2 id="UUID">UUID</h2>
54
55 <p>It stand for Universal Unic IDentifier.</p>
56
57 <p>Its is designed to create identifier in a way that avoid has much as possible conflicts.
58 It means that if two differents instance create a UUID, the probability that they create the same UUID is very low, near to zero.</p>
59
60 <h2 id="x-afb-token">x-afb-token</h2>
61
62 <h2 id="x-afb-uuid">x-afb-uuid</h2>
63 </body>
64 </html>