diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-24 23:49:18 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-25 00:13:33 +0200 |
commit | 302353aa3b90bf3b70d33f05e6c78754d2f1bc7a (patch) | |
tree | 081da81f522a3bd27b41862b6c83f538d891c510 /doc/afb-daemon-vocabulary.html | |
parent | 01740abeafa96e11103b1366ae0129d4e87281aa (diff) |
begins the documentation
Change-Id: I560725dfa5dd7ab1ae5e91b45f5ba613c3a2c1de
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-daemon-vocabulary.html')
-rw-r--r-- | doc/afb-daemon-vocabulary.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/afb-daemon-vocabulary.html b/doc/afb-daemon-vocabulary.html new file mode 100644 index 00000000..b398aa33 --- /dev/null +++ b/doc/afb-daemon-vocabulary.html @@ -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> |