aboutsummaryrefslogtreecommitdiffstats
path: root/doc/afb-daemon-vocabulary.html
blob: b398aa339ccd83abb1a3017b6820b540645945c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
  <link rel="stylesheet" type="text/css" href="doc.css">
  <meta charset="UTF-8">
</head>
<body>
<a name="Vocabulary.for.AFB-DAEMON"></a>
<h1>Vocabulary for AFB-DAEMON</h1>

<pre><code>version: 1
Date:    24 mai 2016
Author:  José Bollo
</code></pre>

<p><ul>
 <li><a href="#Vocabulary.for.AFB-DAEMON">Vocabulary for AFB-DAEMON</a>
 <ul>
  <li><a href="#Authentification">Authentification</a></li>
  <li><a href="#Context">Context</a></li>
  <li><a href="#Level.of.authorisation..LOA.">Level of authorisation (LOA)</a></li>
  <li><a href="#Plugin">Plugin</a></li>
  <li><a href="#Request">Request</a></li>
  <li><a href="#Reply.Response">Reply/Response</a></li>
  <li><a href="#Service">Service</a></li>
  <li><a href="#Session">Session</a></li>
  <li><a href="#Token">Token</a></li>
  <li><a href="#UUID">UUID</a></li>
  <li><a href="#x-afb-token">x-afb-token</a></li>
  <li><a href="#x-afb-uuid">x-afb-uuid</a></li>
 </ul>
 </li>
</ul></p>

<a name="Authentification"></a>
<h2>Authentification</h2>

<a name="Context"></a>
<h2>Context</h2>

<a name="Level.of.authorisation..LOA."></a>
<h2>Level of authorisation (LOA)</h2>

<a name="Plugin"></a>
<h2>Plugin</h2>

<a name="Request"></a>
<h2>Request</h2>

<a name="Reply.Response"></a>
<h2>Reply/Response</h2>

<a name="Service"></a>
<h2>Service</h2>

<a name="Session"></a>
<h2>Session</h2>

<p>A session records data as</p>

<a name="Token"></a>
<h2>Token</h2>

<a name="UUID"></a>
<h2>UUID</h2>

<p>It stand for Universal Unic IDentifier.</p>

<p>Its is designed to create identifier in a way that avoid has much as possible conflicts.
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>

<a name="x-afb-token"></a>
<h2>x-afb-token</h2>

<a name="x-afb-uuid"></a>
<h2>x-afb-uuid</h2>
</body>
</html>