b398aa339ccd83abb1a3017b6820b540645945c8
[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 <a name="Vocabulary.for.AFB-DAEMON"></a>
8 <h1>Vocabulary for AFB-DAEMON</h1>
9
10 <pre><code>version: 1
11 Date:    24 mai 2016
12 Author:  José Bollo
13 </code></pre>
14
15 <p><ul>
16  <li><a href="#Vocabulary.for.AFB-DAEMON">Vocabulary for AFB-DAEMON</a>
17  <ul>
18   <li><a href="#Authentification">Authentification</a></li>
19   <li><a href="#Context">Context</a></li>
20   <li><a href="#Level.of.authorisation..LOA.">Level of authorisation (LOA)</a></li>
21   <li><a href="#Plugin">Plugin</a></li>
22   <li><a href="#Request">Request</a></li>
23   <li><a href="#Reply.Response">Reply/Response</a></li>
24   <li><a href="#Service">Service</a></li>
25   <li><a href="#Session">Session</a></li>
26   <li><a href="#Token">Token</a></li>
27   <li><a href="#UUID">UUID</a></li>
28   <li><a href="#x-afb-token">x-afb-token</a></li>
29   <li><a href="#x-afb-uuid">x-afb-uuid</a></li>
30  </ul>
31  </li>
32 </ul></p>
33
34 <a name="Authentification"></a>
35 <h2>Authentification</h2>
36
37 <a name="Context"></a>
38 <h2>Context</h2>
39
40 <a name="Level.of.authorisation..LOA."></a>
41 <h2>Level of authorisation (LOA)</h2>
42
43 <a name="Plugin"></a>
44 <h2>Plugin</h2>
45
46 <a name="Request"></a>
47 <h2>Request</h2>
48
49 <a name="Reply.Response"></a>
50 <h2>Reply/Response</h2>
51
52 <a name="Service"></a>
53 <h2>Service</h2>
54
55 <a name="Session"></a>
56 <h2>Session</h2>
57
58 <p>A session records data as</p>
59
60 <a name="Token"></a>
61 <h2>Token</h2>
62
63 <a name="UUID"></a>
64 <h2>UUID</h2>
65
66 <p>It stand for Universal Unic IDentifier.</p>
67
68 <p>Its is designed to create identifier in a way that avoid has much as possible conflicts.
69 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>
70
71 <a name="x-afb-token"></a>
72 <h2>x-afb-token</h2>
73
74 <a name="x-afb-uuid"></a>
75 <h2>x-afb-uuid</h2>
76 </body>
77 </html>