X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-daemon-vocabulary.html;fp=doc%2Fafb-daemon-vocabulary.html;h=b398aa339ccd83abb1a3017b6820b540645945c8;hb=302353aa3b90bf3b70d33f05e6c78754d2f1bc7a;hp=0000000000000000000000000000000000000000;hpb=01740abeafa96e11103b1366ae0129d4e87281aa;p=src%2Fapp-framework-binder.git 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 @@ + + + + + + + +

Vocabulary for AFB-DAEMON

+ +
version: 1
+Date:    24 mai 2016
+Author:  José Bollo
+
+ +

+ + +

Authentification

+ + +

Context

+ + +

Level of authorisation (LOA)

+ + +

Plugin

+ + +

Request

+ + +

Reply/Response

+ + +

Service

+ + +

Session

+ +

A session records data as

+ + +

Token

+ + +

UUID

+ +

It stand for Universal Unic IDentifier.

+ +

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.

+ + +

x-afb-token

+ + +

x-afb-uuid

+ +