begins the documentation
[src/app-framework-binder.git] / doc / afb-daemon-vocabulary.html
diff --git a/doc/afb-daemon-vocabulary.html b/doc/afb-daemon-vocabulary.html
new file mode 100644 (file)
index 0000000..b398aa3
--- /dev/null
@@ -0,0 +1,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>