You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/05/18 22:51:59 UTC

[2/4] mesos-site git commit: Updated the website built from mesos SHA: 9fa72c5.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/index.hhp
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/index.hhp b/content/api/latest/c++/index.hhp
index f74e3b8..b16edc8 100644
--- a/content/api/latest/c++/index.hhp
+++ b/content/api/latest/c++/index.hhp
@@ -90,6 +90,7 @@ semaphore_8hpp_source.html
 socket__manager_8hpp_source.html
 subprocess__posix_8hpp_source.html
 subprocess__windows_8hpp_source.html
+jwt__keys_8hpp_source.html
 abort_8hpp_source.html
 adaptor_8hpp_source.html
 assert_8hpp_source.html
@@ -803,6 +804,7 @@ semaphore_8hpp.html
 socket__manager_8hpp.html
 subprocess__posix_8hpp.html
 subprocess__windows_8hpp.html
+jwt__keys_8hpp.html
 abort_8hpp.html
 adaptor_8hpp.html
 assert_8hpp.html
@@ -3531,6 +3533,7 @@ dir_aa547de1d719d14adccfca1dfb1735b3.html
 dir_a9640f8b73719a7f6cb29160b9b11498.html
 dir_ab6c5e4d9195079c83e8150cae0ef32c.html
 dir_d93a1d4020dea85bb71b237545b5e722.html
+dir_27924d99ae8641125200b967b23fceab.html
 dir_e44ae340f80a4cbf7e6fefde5ac671fb.html
 dir_5442d146b50f6a9e0055f6c243af6354.html
 dir_0c187c9d88ca87f3560ce4bb0a7fb8d2.html

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/jwt_8hpp.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/jwt_8hpp.html b/content/api/latest/c++/jwt_8hpp.html
index f2da40b..2118544 100644
--- a/content/api/latest/c++/jwt_8hpp.html
+++ b/content/api/latest/c++/jwt_8hpp.html
@@ -58,6 +58,7 @@
 <div class="contents">
 <div class="textblock"><code>#include &lt;ostream&gt;</code><br />
 <code>#include &lt;string&gt;</code><br />
+<code>#include &lt;openssl/rsa.h&gt;</code><br />
 <code>#include &lt;<a class="el" href="json_8hpp_source.html">stout/json.hpp</a>&gt;</code><br />
 <code>#include &lt;<a class="el" href="option_8hpp_source.html">stout/option.hpp</a>&gt;</code><br />
 <code>#include &lt;<a class="el" href="try_8hpp_source.html">stout/try.hpp</a>&gt;</code><br />

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/jwt_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/jwt_8hpp_source.html b/content/api/latest/c++/jwt_8hpp_source.html
index 7bc55e8..0990385 100644
--- a/content/api/latest/c++/jwt_8hpp_source.html
+++ b/content/api/latest/c++/jwt_8hpp_source.html
@@ -52,34 +52,34 @@
 <div class="title">jwt.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="jwt_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">//     http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">//</span>
 </div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// limitations under the License</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"
 ><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#ifndef __PROCESS_JWT_HPP__</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#define __PROCESS_JWT_HPP__</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &lt;ostream&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="json_8hpp.html">stout/json.hpp</a>&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<spa
 n class="preprocessor">#include &lt;<a class="code" href="option_8hpp.html">stout/option.hpp</a>&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="try_8hpp.html">stout/try.hpp</a>&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceprocess.html">process</a> {</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacemesos_1_1uri.html#a5dff7c4a2df7be12fb642b5801c34f9f">http</a> {</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span>authentication {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#
 160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">// Represents the various errors that can be returned when parsing or</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">// creating JSON Web Tokens. This can be useful to create proper</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">// responses to HTTP requests that included a token.</span></div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html">   30</a></span>&#160;<span class="keyword">class </span><a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html">JWTError</a> : <span class="keyword">public</span> <a class="code" href="classError.html">Error</a> {</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<sp
 an class="keyword">public</span>:</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">   32</a></span>&#160;  <span class="keyword">enum class</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">Type</a> {</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda506556a229186f5b45f364032625ff5b">INVALID_TOKEN</a>, <span class="comment">// Invalid token.</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda696b031073e74bf2cb98e5ef201d4aa3">UNKNOWN</a>        <span class="comment">// Internal error/all ot
 her errors.</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;  };</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">   37</a></span>&#160;  <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">JWTError</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="classError.html#a2d13609e80acd2a2a473a26f273b1c4f">message</a>, <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">Type</a> _type)</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">   38</a></span>&#160;    : <a cl
 ass="code" href="classError.html">Error</a>(message), <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">type</a>(_type) {};</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;  <span class="keyword">const</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">Type</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">type</a>;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;};</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classprocess_1_1http
 _1_1authentication_1_1JWT.html">   55</a></span>&#160;<span class="keyword">class </span><a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;{</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">   58</a></span>&#160;  <span class="keyword">enum class</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">Alg</a></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;  {</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <a class="code" href="structNone.html">None</a>,</div><div class="line"><a name="l00061"></a><
 span class="lineno">   61</span>&#160;    HS256</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;  };</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">   64</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a></div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  {</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">   66</a></span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">Alg</a> <a class="code" href="structprocess_1_1http_1_1authenticat
 ion_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">alg</a>;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">   67</a></span>&#160;    <a class="code" href="classOption.html">Option&lt;std::string&gt;</a> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">typ</a>;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;  };</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">parse</a>(<span class="keyword">const</span> std::string&amp; token);</div><
 div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">parse</a>(</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;      <span class="keyword">const</span> std::string&amp; token,</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;      <span class="keyword">const</span> std::string&amp; secret);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespacecgroups.html#a2ecc89636706df947027a4c
 3c2100fbe">create</a>(<span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload);</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">create</a>(</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;      <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload,</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;      <span class="keyword">const</span> std::string&amp; secret);</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="li
 neno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">  118</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">header</a>;</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">  119</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">payload</a>;</div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">  120</a></span>
 &#160;  <span class="keyword">const</span> <a class="code" href="classOption.html">Option&lt;std::string&gt;</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">signature</a>;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;  <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a>(<span class="keyword">const</span> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a>&amp; header,</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;      <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload,</div><div class="line"><a name="l00125"><
 /a><span class="lineno">  125</span>&#160;      <span class="keyword">const</span> <a class="code" href="classOption.html">Option&lt;std::string&gt;</a>&amp; signature);</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;};</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;std::ostream&amp; <a class="code" href="namespaceprocess_1_1http_1_1authentication.html#ac9e252b8318f0ef96f408664b94b7b75">operator&lt;&lt;</a>(std::ostream&amp; stream, <span class="keyword">const</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a>&amp; jwt);</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;} <span class="comment">// namespace authentication {</span></div><div class="line"><a name="l00131"></a><spa
 n class="lineno">  131</span>&#160;} <span class="comment">// namespace http {</span></div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;} <span class="comment">// namespace process {</span></div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="preprocessor">#endif // __PROCESS_JWT_HPP__</span></div><div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_aeb5bb171a01d1a4dfaf15c5f62630021"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">process::http::authentication::JWTError::JWTError</a></div><div class="ttdeci">JWTError(const std::string &amp;message, Type _type)</div><div class="ttdef"><b>Definition:</b> jwt.hpp:37</div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a1a38ca588a67554ab7c4ca33d7862c3f"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">process::http::authentication::JWT::header</a></div><div class="ttdeci">const Header header</div><div class="ttdef"><b>Definition:</b> jwt.hpp:118</div></div>
+<a href="jwt_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">//     http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">//</span>
 </div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// limitations under the License</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"
 ><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#ifndef __PROCESS_JWT_HPP__</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#define __PROCESS_JWT_HPP__</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &lt;ostream&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &lt;openssl/rsa.h&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><s
 pan class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="json_8hpp.html">stout/json.hpp</a>&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="option_8hpp.html">stout/option.hpp</a>&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="try_8hpp.html">stout/try.hpp</a>&gt;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceprocess.html">process</a> {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacemesos_1_1uri.html#a5dff7c4a2df7be12fb642b5801c34f9
 f">http</a> {</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">namespace </span>authentication {</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">// Represents the various errors that can be returned when parsing or</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">// creating JSON Web Tokens. This can be useful to create proper</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">// responses to HTTP requests that included a token.</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html">   32</a></span>&#160;<span class="keyword">class </span><a class="code" href="classprocess_
 1_1http_1_1authentication_1_1JWTError.html">JWTError</a> : <span class="keyword">public</span> <a class="code" href="classError.html">Error</a> {</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">   34</a></span>&#160;  <span class="keyword">enum class</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">Type</a> {</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda506556a229186f5b45f364032625ff5b">INVALID_TOKEN</a>, <span class="comment">// Invalid token.</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 
   36</span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda696b031073e74bf2cb98e5ef201d4aa3">UNKNOWN</a>        <span class="comment">// Internal error/all other errors.</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;  };</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">   39</a></span>&#160;  <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">JWTError</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="classError.html#a2d13609e80acd2a2a473a26f273b1c4f">message</a>, <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a01
 7ed">Type</a> _type)</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">   40</a></span>&#160;    : <a class="code" href="classError.html">Error</a>(message), <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">type</a>(_type) {};</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  <span class="keyword">const</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">Type</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">type</a>;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;};</div><div class="line"><a name="l00044"></a
 ><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html">   57</a></span>&#160;<span class="keyword">class </span><a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a></div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;{</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">   60</a></span>&#160;  <span class="keyword">enum class</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">Alg</a></div><div class="line"><a name="l000
 61"></a><span class="lineno">   61</span>&#160;  {</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    <a class="code" href="structNone.html">None</a>,</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    HS256,</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    RS256</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  };</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">   67</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;  {</div><div class="line"><a name="l00069"></a><span class="l
 ineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">   69</a></span>&#160;    <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">Alg</a> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">alg</a>;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">   70</a></span>&#160;    <a class="code" href="classOption.html">Option&lt;std::string&gt;</a> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">typ</a>;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;  };</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line
 "><a name="l00080"></a><span class="lineno">   80</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">parse</a>(<span class="keyword">const</span> std::string&amp; token);</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">parse</a>(</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;      <span class="keyword">const</span> std::string&amp; token,</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;      <span class="keyword">const</span> std::string&amp; secret);</div><div cla
 ss="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">parse</a>(</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;      <span class="keyword">const</span> std::string&amp; token,</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;      std::shared_ptr&lt;RSA&gt; publicKey);</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">create</a>(<span c
 lass="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload);</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;  <span class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">create</a>(</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;      <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload,</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;      <span class="keyword">const</span> std::string&amp; secret);</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;  <sp
 an class="keyword">static</span> <a class="code" href="classTry.html">Try&lt;JWT, JWTError&gt;</a> <a class="code" href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">create</a>(</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;      <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload,</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;      std::shared_ptr&lt;RSA&gt; privateKey);</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">  150</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a> <a class="code" href="classprocess_1_1http_1_1authentication_1
 _1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">header</a>;</div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">  151</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">payload</a>;</div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">  152</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="classOption.html">Option&lt;std::string&gt;</a> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">signature</a>;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div c
 lass="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;  <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a>(<span class="keyword">const</span> <a class="code" href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">Header</a>&amp; header,</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;      <span class="keyword">const</span> <a class="code" href="structJSON_1_1Object.html">JSON::Object</a>&amp; payload,</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;      <span class="keyword">const</span> <a class="code" href="classOption.html">Option&lt;std::string&gt;</a>&amp; signature);</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;};</div><div class="line"><a name="l00159"></a><span class="lineno">  159</spa
 n>&#160;</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;std::ostream&amp; <a class="code" href="namespaceprocess_1_1http_1_1authentication.html#ac9e252b8318f0ef96f408664b94b7b75">operator&lt;&lt;</a>(std::ostream&amp; stream, <span class="keyword">const</span> <a class="code" href="classprocess_1_1http_1_1authentication_1_1JWT.html">JWT</a>&amp; jwt);</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;} <span class="comment">// namespace authentication {</span></div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;} <span class="comment">// namespace http {</span></div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;} <span class="comment">// namespace process {</span></div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;</div><div class="line"><
 a name="l00166"></a><span class="lineno">  166</span>&#160;<span class="preprocessor">#endif // __PROCESS_JWT_HPP__</span></div><div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_aeb5bb171a01d1a4dfaf15c5f62630021"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#aeb5bb171a01d1a4dfaf15c5f62630021">process::http::authentication::JWTError::JWTError</a></div><div class="ttdeci">JWTError(const std::string &amp;message, Type _type)</div><div class="ttdef"><b>Definition:</b> jwt.hpp:39</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a1a38ca588a67554ab7c4ca33d7862c3f"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a1a38ca588a67554ab7c4ca33d7862c3f">process::http::authentication::JWT::header</a></div><div class="ttdeci">const Header header</div><div class="ttdef"><b>Definition:</b> jwt.hpp:150</div></div>
 <div class="ttc" id="classError_html"><div class="ttname"><a href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> errorbase.hpp:36</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a href="classOption.html">Option&lt; std::string &gt;</a></div></div>
-<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">process::http::authentication::JWT::Header</a></div><div class="ttdef"><b>Definition:</b> jwt.hpp:64</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html">process::http::authentication::JWT::Header</a></div><div class="ttdef"><b>Definition:</b> jwt.hpp:67</div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> check.hpp:33</div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html">process::http::authentication::JWT</a></div><div class="ttdoc">A JSON Web Token (JWT) implementation. </div><div class="ttdef"><b>Definition:</b> jwt.hpp:55</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html">process::http::authentication::JWT</a></div><div class="ttdoc">A JSON Web Token (JWT) implementation. </div><div class="ttdef"><b>Definition:</b> jwt.hpp:57</div></div>
 <div class="ttc" id="json_8hpp_html"><div class="ttname"><a href="json_8hpp.html">json.hpp</a></div></div>
 <div class="ttc" id="structJSON_1_1Object_html"><div class="ttname"><a href="structJSON_1_1Object.html">JSON::Object</a></div><div class="ttdef"><b>Definition:</b> json.hpp:154</div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a7a5314085fad497a929f9901cf55721a"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">process::http::authentication::JWT::signature</a></div><div class="ttdeci">const Option&lt; std::string &gt; signature</div><div class="ttdef"><b>Definition:</b> jwt.hpp:120</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html_ace140e703c5436ceb7b5096b303b7d29"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">process::http::authentication::JWT::Header::typ</a></div><div class="ttdeci">Option&lt; std::string &gt; typ</div><div class="ttdef"><b>Definition:</b> jwt.hpp:67</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html_ab3afc142401a148817f17b87697b41b1"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">process::http::authentication::JWT::Header::alg</a></div><div class="ttdeci">Alg alg</div><div class="ttdef"><b>Definition:</b> jwt.hpp:66</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a7a5314085fad497a929f9901cf55721a"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a7a5314085fad497a929f9901cf55721a">process::http::authentication::JWT::signature</a></div><div class="ttdeci">const Option&lt; std::string &gt; signature</div><div class="ttdef"><b>Definition:</b> jwt.hpp:152</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html_ace140e703c5436ceb7b5096b303b7d29"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ace140e703c5436ceb7b5096b303b7d29">process::http::authentication::JWT::Header::typ</a></div><div class="ttdeci">Option&lt; std::string &gt; typ</div><div class="ttdef"><b>Definition:</b> jwt.hpp:70</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header_html_ab3afc142401a148817f17b87697b41b1"><div class="ttname"><a href="structprocess_1_1http_1_1authentication_1_1JWT_1_1Header.html#ab3afc142401a148817f17b87697b41b1">process::http::authentication::JWT::Header::alg</a></div><div class="ttdeci">Alg alg</div><div class="ttdef"><b>Definition:</b> jwt.hpp:69</div></div>
 <div class="ttc" id="namespaceappc_1_1spec_html_a2107ae129dd83fbd20b22195247f16b5"><div class="ttname"><a href="namespaceappc_1_1spec.html#a2107ae129dd83fbd20b22195247f16b5">appc::spec::parse</a></div><div class="ttdeci">Try&lt; ImageManifest &gt; parse(const std::string &amp;value)</div><div class="ttdef"><b>Definition:</b> parse.hpp:36</div></div>
 <div class="ttc" id="option_8hpp_html"><div class="ttname"><a href="option_8hpp.html">option.hpp</a></div></div>
 <div class="ttc" id="classError_html_a2d13609e80acd2a2a473a26f273b1c4f"><div class="ttname"><a href="classError.html#a2d13609e80acd2a2a473a26f273b1c4f">Error::message</a></div><div class="ttdeci">const std::string message</div><div class="ttdef"><b>Definition:</b> errorbase.hpp:46</div></div>
 <div class="ttc" id="structNone_html"><div class="ttname"><a href="structNone.html">None</a></div><div class="ttdef"><b>Definition:</b> none.hpp:27</div></div>
 <div class="ttc" id="namespaceprocess_html"><div class="ttname"><a href="namespaceprocess.html">process</a></div><div class="ttdef"><b>Definition:</b> executor.hpp:47</div></div>
 <div class="ttc" id="try_8hpp_html"><div class="ttname"><a href="try_8hpp.html">try.hpp</a></div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html">process::http::authentication::JWTError</a></div><div class="ttdef"><b>Definition:</b> jwt.hpp:30</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html">process::http::authentication::JWTError</a></div><div class="ttdef"><b>Definition:</b> jwt.hpp:32</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a6f5217e567bf225c536e03e858a017eda696b031073e74bf2cb98e5ef201d4aa3"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda696b031073e74bf2cb98e5ef201d4aa3">process::http::authentication::JWTError::Type::UNKNOWN</a></div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a082bf5dfcd9d0a9ffcb6851d8e042a01"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">process::http::authentication::JWTError::type</a></div><div class="ttdeci">const Type type</div><div class="ttdef"><b>Definition:</b> jwt.hpp:38</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a082bf5dfcd9d0a9ffcb6851d8e042a01"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a082bf5dfcd9d0a9ffcb6851d8e042a01">process::http::authentication::JWTError::type</a></div><div class="ttdeci">const Type type</div><div class="ttdef"><b>Definition:</b> jwt.hpp:40</div></div>
 <div class="ttc" id="namespacecgroups_html_a2ecc89636706df947027a4c3c2100fbe"><div class="ttname"><a href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">cgroups::create</a></div><div class="ttdeci">Try&lt; Nothing &gt; create(const std::string &amp;hierarchy, const std::string &amp;cgroup, bool recursive=false)</div></div>
 <div class="ttc" id="namespacemesos_1_1uri_html_a5dff7c4a2df7be12fb642b5801c34f9f"><div class="ttname"><a href="namespacemesos_1_1uri.html#a5dff7c4a2df7be12fb642b5801c34f9f">mesos::uri::http</a></div><div class="ttdeci">URI http(const std::string &amp;host, const std::string &amp;path=&quot;/&quot;, const Option&lt; int &gt; &amp;port=None(), const Option&lt; std::string &gt; &amp;query=None(), const Option&lt; std::string &gt; &amp;fragment=None(), const Option&lt; std::string &gt; &amp;user=None(), const Option&lt; std::string &gt; &amp;password=None())</div><div class="ttdoc">Creates an http URI with the given parameters. </div><div class="ttdef"><b>Definition:</b> http.hpp:35</div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a6f5217e567bf225c536e03e858a017ed"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">process::http::authentication::JWTError::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> jwt.hpp:32</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a6f5217e567bf225c536e03e858a017ed"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017ed">process::http::authentication::JWTError::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> jwt.hpp:34</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWTError_html_a6f5217e567bf225c536e03e858a017eda506556a229186f5b45f364032625ff5b"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWTError.html#a6f5217e567bf225c536e03e858a017eda506556a229186f5b45f364032625ff5b">process::http::authentication::JWTError::Type::INVALID_TOKEN</a></div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a40f175242221bec4b180ad2c586bb4bb"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">process::http::authentication::JWT::Alg</a></div><div class="ttdeci">Alg</div><div class="ttdef"><b>Definition:</b> jwt.hpp:58</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a40f175242221bec4b180ad2c586bb4bb"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a40f175242221bec4b180ad2c586bb4bb">process::http::authentication::JWT::Alg</a></div><div class="ttdeci">Alg</div><div class="ttdef"><b>Definition:</b> jwt.hpp:60</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_1_1authentication_html_ac9e252b8318f0ef96f408664b94b7b75"><div class="ttname"><a href="namespaceprocess_1_1http_1_1authentication.html#ac9e252b8318f0ef96f408664b94b7b75">process::http::authentication::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;stream, const Principal &amp;principal)</div></div>
-<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a6cef50dc4ce63043a7abf135ab17ce49"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">process::http::authentication::JWT::payload</a></div><div class="ttdeci">const JSON::Object payload</div><div class="ttdef"><b>Definition:</b> jwt.hpp:119</div></div>
+<div class="ttc" id="classprocess_1_1http_1_1authentication_1_1JWT_html_a6cef50dc4ce63043a7abf135ab17ce49"><div class="ttname"><a href="classprocess_1_1http_1_1authentication_1_1JWT.html#a6cef50dc4ce63043a7abf135ab17ce49">process::http::authentication::JWT::payload</a></div><div class="ttdeci">const JSON::Object payload</div><div class="ttdef"><b>Definition:</b> jwt.hpp:151</div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/jwt__keys_8hpp.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/jwt__keys_8hpp.html b/content/api/latest/c++/jwt__keys_8hpp.html
new file mode 100644
index 0000000..c19a49c
--- /dev/null
+++ b/content/api/latest/c++/jwt__keys_8hpp.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
+<title>Apache Mesos: 3rdparty/libprocess/src/tests/jwt_keys.hpp File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.11 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Classes</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+      <li><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li class="navelem"><a class="el" href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li class="navelem"><a class="el" href="dir_01cbbd8dcbf9de3825992568658f467e.html">src</a></li><li class="navelem"><a class="el" href="dir_27924d99ae8641125200b967b23fceab.html">tests</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="summary">
+<a href="#var-members">Variables</a>  </div>
+  <div class="headertitle">
+<div class="title">jwt_keys.hpp File Reference</div>  </div>
+</div><!--header-->
+<div class="contents">
+
+<p><a href="jwt__keys_8hpp_source.html">Go to the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
+Variables</h2></td></tr>
+<tr class="memitem:adc5564812da90820c03a0342c6c1e14e"><td class="memItemLeft" align="right" valign="top">const char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="jwt__keys_8hpp.html#adc5564812da90820c03a0342c6c1e14e">PRIVATE_KEY</a> []</td></tr>
+<tr class="memdesc:adc5564812da90820c03a0342c6c1e14e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Private and public keys used for JWT tests.  <a href="#adc5564812da90820c03a0342c6c1e14e">More...</a><br /></td></tr>
+<tr class="separator:adc5564812da90820c03a0342c6c1e14e"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a68c6bc2e4b099bc0c8ead53f98e8c590"><td class="memItemLeft" align="right" valign="top">const char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="jwt__keys_8hpp.html#a68c6bc2e4b099bc0c8ead53f98e8c590">PUBLIC_KEY</a> []</td></tr>
+<tr class="separator:a68c6bc2e4b099bc0c8ead53f98e8c590"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a4b2dbdad60731966dfe791b81070d60c"><td class="memItemLeft" align="right" valign="top">const char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="jwt__keys_8hpp.html#a4b2dbdad60731966dfe791b81070d60c">WRONG_PUBLIC_KEY</a> []</td></tr>
+<tr class="separator:a4b2dbdad60731966dfe791b81070d60c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<h2 class="groupheader">Variable Documentation</h2>
+<a class="anchor" id="adc5564812da90820c03a0342c6c1e14e"></a>
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char PRIVATE_KEY[]</td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+<b>Initial value:</b><div class="fragment"><div class="line">=</div><div class="line">    <span class="stringliteral">&quot;-----BEGIN PRIVATE KEY-----\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC7Fzlng3c3SGcH\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;W0Icz5na8hb1dRg9G5jdi2+sfcssn05zbTl54y7Jl1SxEYqyu6RMvU/eWNeYowtO\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;lgeyTHGdy9kCLYTwapRh4wCSQdpY5cLwWhoVV5VzR4v/fTfViNFFOZArKUy3juBg\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;0iHcGETS4/8mpWKRJbfuzrjo+zxqFtGlFvj0knALVW9DKAd4DsgdAfelyAng5nC/\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;w1rKzCoEfPDTkZp3CA5dr0chImfHDc0jIn8xQpfzOZiH8oxobbAEPZ/POcvaodwQ\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;9aE1Pwp2cBGZ9PewpDbg+K9T+mtEnaQmJfCOqalKme0nIOy8peJWAT4hyhrChj6q
 \n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;Ls/+hw5nAgMBAAECggEAXatnBjh/+6G4U6qREzOtaD1E2Wfi1tV2V5V0N/xTOOgZ\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;sxjAahIgXrXxpSWPN6VSwUkXL89zQex/wLzE5bP4PnTNFZYMtQHngIrSwmdOFqwS\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;SZwS6xSKssjjgusChVqWy/3h/HoU+uIB3PfYFAXij2OvX332N42W5W2CjsMaoFIp\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;Fe0i/PkPDoSCYok/DOzMTbXUITUb3fp/Fnlk3onk2+AOVw/jxL/u5teYEFMH8NX9\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;l3t0Bon3X98mq179nJGgKRSrRglhbHkObqudC2Trz+HoRrvNjQjYEKvloQjd4Fgy\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;3xV3nFAUI9WgT6OHp5uHDPoDybqHDSp/gn/p+T8JoQKBgQDkQm+0DAglSlMLazeO\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;NxYcg6TLRwZkJAfJwoBzd5/l4UhwAhLKlpGrCPeiTVtVS1+8/sQ4pjy94vQyzWDz\n&quot;</
 span></div><div class="line">    <span class="stringliteral">&quot;7YA/9nzsVxj4+U1K/jD3vhZWj9xXbpedW1093zEavlV/F0/enkcgsIwnQ6mWg9sY\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;ziKyOT/yAqFRWvDjmPcB/miQswKBgQDR0/PgvsCQCgonXqLovk3j2QMHrUwr+I1o\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;yLQBwjiRHTS8Ts9GjmMyn+jOHb90kjpzB24iE5LtvdSvZDP2s2uLPv4dpjesGvPM\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;huCoaYF2+emkUZgNlfvwmaN0ZtgEymuc10rVWKwAI8Ll93kzr1KLhFOQUDtJfCsu\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;NqQX1Gt9fQKBgC6GVBpQsYBYS+Dx85rrI3igZICCc40JwwSevmvKoC7M4mTiJ05f\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;rkU8SK0uM0WJXXQ6QWiCibLyhW+taOuPJyriZMgPYKmuttBoSzbT6d2u6OxxQDn0\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;m2a3DV00Gl0TNVZc0IabNZXzNqfVLF079tp4zM3ZN2RLsvnQ/dfMMSf9AoGADVAD\n&quot;</span></div
 ><div class="line">    <span class="stringliteral">&quot;QxkXIoxghIrujxGz42bbWFtYX9nPLvy83vexmxNdSy083V8fUBDxNlKQ2RaF+tJX\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;3HWddtP6cH5NBbPweM8wVDU9hv/Ww/0yt7yp6CCHAFPk78e6SlOVGUeFIRiupy7J\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;oquTjha2wNxopizTceKdYqSUfl8QZkg1NQXXJAkCgYAbObXvDbWEpvem/9YQXW8C\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;Onts+PKx5dqpUx5vWiJyIIh04cXlHQIeu/P673NPTiORMRO/IFulk6jjS5XE8Aah\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;p4D755HSFUgQHG+5AF5SMq4cI4Agt97awyH7RHYVoSealSN0yKV4ON7Cs5mRX4Ze\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;f8lvmXYQjTzoJ1pPjwJE1Q==\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;-----END PRIVATE KEY-----\n&quot;</span></div></div><!-- fragment -->
+<p>Private and public keys used for JWT tests. </p>
+<p>They have been generated by openssl. </p>
+
+</div>
+</div>
+<a class="anchor" id="a68c6bc2e4b099bc0c8ead53f98e8c590"></a>
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char PUBLIC_KEY[]</td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+<b>Initial value:</b><div class="fragment"><div class="line">=</div><div class="line">    <span class="stringliteral">&quot;-----BEGIN PUBLIC KEY-----\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuxc5Z4N3N0hnB1tCHM+Z\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;2vIW9XUYPRuY3YtvrH3LLJ9Oc205eeMuyZdUsRGKsrukTL1P3ljXmKMLTpYHskxx\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;ncvZAi2E8GqUYeMAkkHaWOXC8FoaFVeVc0eL/3031YjRRTmQKylMt47gYNIh3BhE\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;0uP/JqVikSW37s646Ps8ahbRpRb49JJwC1VvQygHeA7IHQH3pcgJ4OZwv8Nayswq\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;BHzw05GadwgOXa9HISJnxw3NIyJ/MUKX8zmYh/KMaG2wBD2fzznL2qHcEPWhNT8K\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;dnARmfT3sKQ24PivU/prRJ2kJiXwjqmpSpntJyDsvKXiVgE+IcoawoY+qi7P/ocO\
 n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;ZwIDAQAB\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;-----END PUBLIC KEY-----\n&quot;</span></div></div><!-- fragment -->
+</div>
+</div>
+<a class="anchor" id="a4b2dbdad60731966dfe791b81070d60c"></a>
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char WRONG_PUBLIC_KEY[]</td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+<b>Initial value:</b><div class="fragment"><div class="line">=</div><div class="line">    <span class="stringliteral">&quot;-----BEGIN PUBLIC KEY-----\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuFD5lVAz2AjFEjzIWMwB\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;jtLrQNxaXy2wk9Yiwg8UOeYJevkG3/+UWXAEszurqJ7lq/4uSPAbTECbtyiE4dTv\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;ESFmqHqfwKYk+VFvP8Ty4Vh9brt4/RiZ1xL10MFif/vu38mLsvRPbDraTusT+9ni\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;TQyhJCdiRGrq5hmiW3BoA7/elpvp0+i/0e1FxMREcNOUqQ1HhYMFn3MskqjZRs2g\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;igmknQPVPoJBdBWQVGIYVb52d34hmLhvYPD3f4hJHS+mZvS5W6jekCXK4HAheDNx\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;OvBE4V1dtILdJPJEsx3Ua91z8IEaYa8iwbOV3yejdZVZ3NHSxmtrARYBpo5K9Bw4\
 n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;jQIDAQAB\n&quot;</span></div><div class="line">    <span class="stringliteral">&quot;-----END PUBLIC KEY-----&quot;</span></div></div><!-- fragment -->
+</div>
+</div>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.11
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/jwt__keys_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/jwt__keys_8hpp_source.html b/content/api/latest/c++/jwt__keys_8hpp_source.html
new file mode 100644
index 0000000..cc24114
--- /dev/null
+++ b/content/api/latest/c++/jwt__keys_8hpp_source.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
+<title>Apache Mesos: 3rdparty/libprocess/src/tests/jwt_keys.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.11 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Classes</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+      <li><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li class="navelem"><a class="el" href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li class="navelem"><a class="el" href="dir_01cbbd8dcbf9de3825992568658f467e.html">src</a></li><li class="navelem"><a class="el" href="dir_27924d99ae8641125200b967b23fceab.html">tests</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="headertitle">
+<div class="title">jwt_keys.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<a href="jwt__keys_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">//     http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">//<
 /span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// limitations under the License</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class=
 "line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#ifndef __JWT_KEYS_HPP__</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#define __JWT_KEYS_HPP__</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="jwt__keys_8hpp.html#adc5564812da90820c03a0342c6c1e14e">   21</a></span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="jwt__keys_8hpp.html#adc5564812da90820c03a0342c6c1e14e">PRIVATE_KEY</a>[] =</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;    <span class="stringliteral">&quot;-----BEGIN PRIVATE KEY-----\n&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;    <span class="stringliteral">&quot;MIIEvAIBADANBgkqhkiG9w0BAQ
 EFAASCBKYwggSiAgEAAoIBAQC7Fzlng3c3SGcH\n&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;    <span class="stringliteral">&quot;W0Icz5na8hb1dRg9G5jdi2+sfcssn05zbTl54y7Jl1SxEYqyu6RMvU/eWNeYowtO\n&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;    <span class="stringliteral">&quot;lgeyTHGdy9kCLYTwapRh4wCSQdpY5cLwWhoVV5VzR4v/fTfViNFFOZArKUy3juBg\n&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;    <span class="stringliteral">&quot;0iHcGETS4/8mpWKRJbfuzrjo+zxqFtGlFvj0knALVW9DKAd4DsgdAfelyAng5nC/\n&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;    <span class="stringliteral">&quot;w1rKzCoEfPDTkZp3CA5dr0chImfHDc0jIn8xQpfzOZiH8oxobbAEPZ/POcvaodwQ\n&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;    <span class="stringliteral">&quot;9aE1Pwp2cBGZ9PewpD
 bg+K9T+mtEnaQmJfCOqalKme0nIOy8peJWAT4hyhrChj6q\n&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    <span class="stringliteral">&quot;Ls/+hw5nAgMBAAECggEAXatnBjh/+6G4U6qREzOtaD1E2Wfi1tV2V5V0N/xTOOgZ\n&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <span class="stringliteral">&quot;sxjAahIgXrXxpSWPN6VSwUkXL89zQex/wLzE5bP4PnTNFZYMtQHngIrSwmdOFqwS\n&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    <span class="stringliteral">&quot;SZwS6xSKssjjgusChVqWy/3h/HoU+uIB3PfYFAXij2OvX332N42W5W2CjsMaoFIp\n&quot;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    <span class="stringliteral">&quot;Fe0i/PkPDoSCYok/DOzMTbXUITUb3fp/Fnlk3onk2+AOVw/jxL/u5teYEFMH8NX9\n&quot;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <span class="stringliteral">&quot;l3t0Bon3X9
 8mq179nJGgKRSrRglhbHkObqudC2Trz+HoRrvNjQjYEKvloQjd4Fgy\n&quot;</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <span class="stringliteral">&quot;3xV3nFAUI9WgT6OHp5uHDPoDybqHDSp/gn/p+T8JoQKBgQDkQm+0DAglSlMLazeO\n&quot;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    <span class="stringliteral">&quot;NxYcg6TLRwZkJAfJwoBzd5/l4UhwAhLKlpGrCPeiTVtVS1+8/sQ4pjy94vQyzWDz\n&quot;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <span class="stringliteral">&quot;7YA/9nzsVxj4+U1K/jD3vhZWj9xXbpedW1093zEavlV/F0/enkcgsIwnQ6mWg9sY\n&quot;</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;    <span class="stringliteral">&quot;ziKyOT/yAqFRWvDjmPcB/miQswKBgQDR0/PgvsCQCgonXqLovk3j2QMHrUwr+I1o\n&quot;</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <span class="stringliteral">&quot;yL
 QBwjiRHTS8Ts9GjmMyn+jOHb90kjpzB24iE5LtvdSvZDP2s2uLPv4dpjesGvPM\n&quot;</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <span class="stringliteral">&quot;huCoaYF2+emkUZgNlfvwmaN0ZtgEymuc10rVWKwAI8Ll93kzr1KLhFOQUDtJfCsu\n&quot;</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    <span class="stringliteral">&quot;NqQX1Gt9fQKBgC6GVBpQsYBYS+Dx85rrI3igZICCc40JwwSevmvKoC7M4mTiJ05f\n&quot;</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="stringliteral">&quot;rkU8SK0uM0WJXXQ6QWiCibLyhW+taOuPJyriZMgPYKmuttBoSzbT6d2u6OxxQDn0\n&quot;</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <span class="stringliteral">&quot;m2a3DV00Gl0TNVZc0IabNZXzNqfVLF079tp4zM3ZN2RLsvnQ/dfMMSf9AoGADVAD\n&quot;</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <span class="stringliteral">
 &quot;QxkXIoxghIrujxGz42bbWFtYX9nPLvy83vexmxNdSy083V8fUBDxNlKQ2RaF+tJX\n&quot;</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <span class="stringliteral">&quot;3HWddtP6cH5NBbPweM8wVDU9hv/Ww/0yt7yp6CCHAFPk78e6SlOVGUeFIRiupy7J\n&quot;</span></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    <span class="stringliteral">&quot;oquTjha2wNxopizTceKdYqSUfl8QZkg1NQXXJAkCgYAbObXvDbWEpvem/9YQXW8C\n&quot;</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    <span class="stringliteral">&quot;Onts+PKx5dqpUx5vWiJyIIh04cXlHQIeu/P673NPTiORMRO/IFulk6jjS5XE8Aah\n&quot;</span></div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <span class="stringliteral">&quot;p4D755HSFUgQHG+5AF5SMq4cI4Agt97awyH7RHYVoSealSN0yKV4ON7Cs5mRX4Ze\n&quot;</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    <span class="stringl
 iteral">&quot;f8lvmXYQjTzoJ1pPjwJE1Q==\n&quot;</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    <span class="stringliteral">&quot;-----END PRIVATE KEY-----\n&quot;</span>;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="jwt__keys_8hpp.html#a68c6bc2e4b099bc0c8ead53f98e8c590">   51</a></span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="jwt__keys_8hpp.html#a68c6bc2e4b099bc0c8ead53f98e8c590">PUBLIC_KEY</a>[] =</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    <span class="stringliteral">&quot;-----BEGIN PUBLIC KEY-----\n&quot;</span></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;    <span class="stringliteral">&quot;MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuxc5Z4N3N0hnB1tCHM+Z\n&quot;</span>
 </div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    <span class="stringliteral">&quot;2vIW9XUYPRuY3YtvrH3LLJ9Oc205eeMuyZdUsRGKsrukTL1P3ljXmKMLTpYHskxx\n&quot;</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <span class="stringliteral">&quot;ncvZAi2E8GqUYeMAkkHaWOXC8FoaFVeVc0eL/3031YjRRTmQKylMt47gYNIh3BhE\n&quot;</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <span class="stringliteral">&quot;0uP/JqVikSW37s646Ps8ahbRpRb49JJwC1VvQygHeA7IHQH3pcgJ4OZwv8Nayswq\n&quot;</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="stringliteral">&quot;BHzw05GadwgOXa9HISJnxw3NIyJ/MUKX8zmYh/KMaG2wBD2fzznL2qHcEPWhNT8K\n&quot;</span></div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    <span class="stringliteral">&quot;dnARmfT3sKQ24PivU/prRJ2kJiXwjqmpSpntJyDsvKXiVgE+IcoawoY+qi7P/ocO\n&quot
 ;</span></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;    <span class="stringliteral">&quot;ZwIDAQAB\n&quot;</span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <span class="stringliteral">&quot;-----END PUBLIC KEY-----\n&quot;</span>;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="comment">// This public key is not linked to the private key above.</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="jwt__keys_8hpp.html#a4b2dbdad60731966dfe791b81070d60c">   63</a></span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="jwt__keys_8hpp.html#a4b2dbdad60731966dfe791b81070d60c">WRONG_PUBLIC_KEY</a>[] =</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    
 <span class="stringliteral">&quot;-----BEGIN PUBLIC KEY-----\n&quot;</span></div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    <span class="stringliteral">&quot;MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuFD5lVAz2AjFEjzIWMwB\n&quot;</span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <span class="stringliteral">&quot;jtLrQNxaXy2wk9Yiwg8UOeYJevkG3/+UWXAEszurqJ7lq/4uSPAbTECbtyiE4dTv\n&quot;</span></div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    <span class="stringliteral">&quot;ESFmqHqfwKYk+VFvP8Ty4Vh9brt4/RiZ1xL10MFif/vu38mLsvRPbDraTusT+9ni\n&quot;</span></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    <span class="stringliteral">&quot;TQyhJCdiRGrq5hmiW3BoA7/elpvp0+i/0e1FxMREcNOUqQ1HhYMFn3MskqjZRs2g\n&quot;</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="stringliteral">&q
 uot;igmknQPVPoJBdBWQVGIYVb52d34hmLhvYPD3f4hJHS+mZvS5W6jekCXK4HAheDNx\n&quot;</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;    <span class="stringliteral">&quot;OvBE4V1dtILdJPJEsx3Ua91z8IEaYa8iwbOV3yejdZVZ3NHSxmtrARYBpo5K9Bw4\n&quot;</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    <span class="stringliteral">&quot;jQIDAQAB\n&quot;</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    <span class="stringliteral">&quot;-----END PUBLIC KEY-----&quot;</span>;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="preprocessor">#endif // __JWT_KEYS_HPP__</span></div><div class="ttc" id="jwt__keys_8hpp_html_a4b2dbdad60731966dfe791b81070d60c"><div class="ttname"><a href="jwt__keys_8hpp.html#a4b2dbdad60731966dfe791b81070d60c">WRONG_PUBLIC_K
 EY</a></div><div class="ttdeci">const char WRONG_PUBLIC_KEY[]</div><div class="ttdef"><b>Definition:</b> jwt_keys.hpp:63</div></div>
+<div class="ttc" id="jwt__keys_8hpp_html_adc5564812da90820c03a0342c6c1e14e"><div class="ttname"><a href="jwt__keys_8hpp.html#adc5564812da90820c03a0342c6c1e14e">PRIVATE_KEY</a></div><div class="ttdeci">const char PRIVATE_KEY[]</div><div class="ttdoc">Private and public keys used for JWT tests. </div><div class="ttdef"><b>Definition:</b> jwt_keys.hpp:21</div></div>
+<div class="ttc" id="jwt__keys_8hpp_html_a68c6bc2e4b099bc0c8ead53f98e8c590"><div class="ttname"><a href="jwt__keys_8hpp.html#a68c6bc2e4b099bc0c8ead53f98e8c590">PUBLIC_KEY</a></div><div class="ttdeci">const char PUBLIC_KEY[]</div><div class="ttdef"><b>Definition:</b> jwt_keys.hpp:51</div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.11
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/namespacemembers_m.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/namespacemembers_m.html b/content/api/latest/c++/namespacemembers_m.html
index 2b3de0f..c9c9a1c 100644
--- a/content/api/latest/c++/namespacemembers_m.html
+++ b/content/api/latest/c++/namespacemembers_m.html
@@ -389,14 +389,14 @@
 : <a class="el" href="namespacestrings.html#a6ebac6b171c6b20adb298cb020915b03">strings</a>
 </li>
 <li>model()
-: <a class="el" href="namespacemesos_1_1internal.html#a0f1e16f608664041e365cbf89dbd4739">mesos::internal</a>
+: <a class="el" href="namespacemesos_1_1internal.html#af4e0b860b9f388537ecdd51c8f993441">mesos::internal</a>
 </li>
 <li>ModuleID
 : <a class="el" href="namespacemesos_1_1internal_1_1tests.html#a61dcd7752a1b2bfc737b0f9b357191a6">mesos::internal::tests</a>
 </li>
 <li>mount()
 : <a class="el" href="namespacecgroups.html#aa3c1a4d4d11cca392dc45ff363718fc1">cgroups</a>
-, <a class="el" href="namespacemesos_1_1internal_1_1fs.html#af0d63e921d6b48554eaee82037356187">mesos::internal::fs</a>
+, <a class="el" href="namespacemesos_1_1internal_1_1fs.html#afd1e45c2b648ff930d2df614beb6f34b">mesos::internal::fs</a>
 </li>
 <li>mounted()
 : <a class="el" href="namespacecgroups.html#a379912fbd52d8dba056a7d94041a224e">cgroups</a>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/namespacemembers_r.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/namespacemembers_r.html b/content/api/latest/c++/namespacemembers_r.html
index 7613395..9142b3c 100644
--- a/content/api/latest/c++/namespacemembers_r.html
+++ b/content/api/latest/c++/namespacemembers_r.html
@@ -106,13 +106,13 @@
 , <a class="el" href="namespacemesos_1_1internal_1_1credentials.html#a137c93d60149616181a10e9f39986f7f">mesos::internal::credentials</a>
 , <a class="el" href="namespacemesos_1_1internal_1_1slave_1_1state.html#adeb89c1623e8d5af457b5b130aceac1d">mesos::internal::slave::state</a>
 , <a class="el" href="namespaceos.html#aa1d97ff0a93229e1fe6b33e3e2d567f7">os</a>
+, <a class="el" href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">process::io</a>
 </li>
 <li>READ
 : <a class="el" href="namespaceprocess_1_1io.html#aca1f059ca9f0d7360631c621debeb879">process::io</a>
 </li>
 <li>read()
-: <a class="el" href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">process::io</a>
-, <a class="el" href="namespaceprotobuf.html#a2120146c620b72d4e1e3ae47bdacb1b3">protobuf</a>
+: <a class="el" href="namespaceprotobuf.html#ae3e1bd443efafaf4f5d0f2ade10b81f9">protobuf</a>
 </li>
 <li>read&lt; Resources &gt;()
 : <a class="el" href="namespacemesos_1_1internal_1_1slave_1_1state.html#a6bdbe39082783fa5f8073104c5aa5b3c">mesos::internal::slave::state</a>
@@ -272,7 +272,7 @@
 , <a class="el" href="namespaceprocess.html#a72c24f06ac3f91b9412de80c6252df25">process</a>
 </li>
 <li>run_in_event_loop()
-: <a class="el" href="namespaceprocess.html#ad91a0486ed34c25dc10ba404f4a1fc9b">process</a>
+: <a class="el" href="namespaceprocess.html#abd611a6cc14dc5e3d73fad6c84268342">process</a>
 </li>
 <li>runRecoverProtocol()
 : <a class="el" href="namespacemesos_1_1internal_1_1log.html#a552d05485d9b86bfcbd577cb669ff5ba">mesos::internal::log</a>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/9742cfde/content/api/latest/c++/namespacemembers_w.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/namespacemembers_w.html b/content/api/latest/c++/namespacemembers_w.html
index 043d1df..8e2e0bd 100644
--- a/content/api/latest/c++/namespacemembers_w.html
+++ b/content/api/latest/c++/namespacemembers_w.html
@@ -129,9 +129,8 @@
 : <a class="el" href="namespacecgroups.html#ad199dcd922eab26b23b7011c7e0ca34a">cgroups</a>
 , <a class="el" href="namespacemesos_1_1internal_1_1log_1_1protocol.html#a66ff2d5af4db53227f787281c0765d8d">mesos::internal::log::protocol</a>
 , <a class="el" href="namespacemesos_1_1internal_1_1log.html#a644a438399ebd57381f8c3eb9261c9bc">mesos::internal::log</a>
-, <a class="el" href="namespaceos_1_1signal__safe.html#a35b77e10ddf35fa4569cb1a7d1e3532b">os::signal_safe</a>
-, <a class="el" href="namespaceos.html#a1261e5423671d777b7276223b7427045">os</a>
-, <a class="el" href="namespaceprocess_1_1io.html#a4c2c8de8f0750ab0f0ba40283774dfb6">process::io</a>
+, <a class="el" href="namespaceos_1_1signal__safe.html#a1fe471bfb9a8e827779d24a58ba155d3">os::signal_safe</a>
+, <a class="el" href="namespaceos.html#aa0e3acff8992055da620cae8b455d93d">os</a>
 </li>
 <li>WRITE
 : <a class="el" href="namespaceprocess_1_1io.html#ab005316d71b45c5b05de0a6234c6f8fc">process::io</a>