Skip to content

Commit 9a5036e

Browse files
committed
Deploying to gh-pages from @ 6b32538 🚀
1 parent 31aa54f commit 9a5036e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1389
-1298
lines changed

latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 68b29582d8415f2b9fcb528de5131bdd
3+
config: 9f23ccff04a53309450ee995c9c16267
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

latest/_modules/gssapi/_utils.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
1515
<script src="../../_static/jquery.js"></script>
1616
<script src="../../_static/underscore.js"></script>
17+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../_static/doctools.js"></script>
1819
<script src="../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../genindex.html" />

latest/_modules/gssapi/creds.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
1515
<script src="../../_static/jquery.js"></script>
1616
<script src="../../_static/underscore.js"></script>
17+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../_static/doctools.js"></script>
1819
<script src="../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../genindex.html" />

latest/_modules/gssapi/exceptions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
1515
<script src="../../_static/jquery.js"></script>
1616
<script src="../../_static/underscore.js"></script>
17+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../_static/doctools.js"></script>
1819
<script src="../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../genindex.html" />

latest/_modules/gssapi/names.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
1515
<script src="../../_static/jquery.js"></script>
1616
<script src="../../_static/underscore.js"></script>
17+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../_static/doctools.js"></script>
1819
<script src="../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../genindex.html" />
@@ -96,7 +97,7 @@ <h1>Source code for gssapi.names</h1><div class="highlight"><pre>
9697

9798
<span class="sd"> This class may be pickled and unpickled, as well as copied.</span>
9899

99-
<span class="sd"> The :func:`str` and :func:`bytes` methods may be used to retrieve the</span>
100+
<span class="sd"> The :class:`str` and :class:`bytes` methods may be used to retrieve the</span>
100101
<span class="sd"> text of the name.</span>
101102

102103
<span class="sd"> Note:</span>
@@ -394,13 +395,13 @@ <h1>Source code for gssapi.names</h1><div class="highlight"><pre>
394395
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_inquire</span><span class="p">(</span><span class="n">mech_name</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span><span class="o">.</span><span class="n">mech</span>
395396

396397
<span class="nd">@property</span>
397-
<span class="k">def</span> <span class="nf">attributes</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="s2">&quot;_NameAttributeMapping&quot;</span><span class="p">]:</span>
398+
<span class="k">def</span> <span class="nf">attributes</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="n">MutableMapping</span><span class="p">]:</span>
398399
<span class="sd">&quot;&quot;&quot;The attributes of this name (:requires-ext:`rfc6680`)</span>
399400

400401
<span class="sd"> The attributes are presenting in the form of a</span>
401-
<span class="sd"> :class:`~collections.MutableMapping` (a dict-like object).</span>
402+
<span class="sd"> :class:`~collections.abc.MutableMapping` (a dict-like object).</span>
402403

403-
<span class="sd"> Retrieved values will always be in the form of :class:`frozensets`.</span>
404+
<span class="sd"> Retrieved values will always be in the form of :class:`frozenset`.</span>
404405

405406
<span class="sd"> When assigning values, if iterables are used, they be considered to be</span>
406407
<span class="sd"> the set of values for the given attribute. If a non-iterable is used,</span>

latest/_modules/gssapi/raw/chan_bindings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
1515
<script src="../../../_static/jquery.js"></script>
1616
<script src="../../../_static/underscore.js"></script>
17+
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../../_static/doctools.js"></script>
1819
<script src="../../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../../genindex.html" />

latest/_modules/gssapi/raw/creds.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
1515
<script src="../../../_static/jquery.js"></script>
1616
<script src="../../../_static/underscore.js"></script>
17+
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../../_static/doctools.js"></script>
1819
<script src="../../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../../genindex.html" />
@@ -99,7 +100,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
99100
<span class="n">lifetime</span><span class="p">:</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="nb">int</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
100101
<span class="n">mechs</span><span class="p">:</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="n">t</span><span class="o">.</span><span class="n">Iterable</span><span class="p">[</span><span class="s2">&quot;OID&quot;</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
101102
<span class="n">usage</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s1">&#39;both&#39;</span><span class="p">,</span>
102-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;AcquireCredResult&quot;</span><span class="p">:</span></div>
103+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;AcquireCredResult&quot;</span><span class="p">:</span>
103104
<span class="sd">&quot;&quot;&quot;Get GSSAPI credentials for the given name and mechanisms.</span>
104105

105106
<span class="sd"> This method gets GSSAPI credentials corresponding to the given name</span>
@@ -127,12 +128,12 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
127128
<span class="sd"> ~gssapi.exceptions.BadNameError</span>
128129
<span class="sd"> ~gssapi.exceptions.ExpiredCredentialsError</span>
129130
<span class="sd"> ~gssapi.exceptions.MissingCredentialsError</span>
130-
<span class="sd"> &quot;&quot;&quot;</span>
131+
<span class="sd"> &quot;&quot;&quot;</span></div>
131132

132133

133134
<div class="viewcode-block" id="release_cred"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.creds.release_cred">[docs]</a><span class="k">def</span> <span class="nf">release_cred</span><span class="p">(</span>
134135
<span class="n">creds</span><span class="p">:</span> <span class="n">Creds</span><span class="p">,</span>
135-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="kc">None</span><span class="p">:</span></div>
136+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="kc">None</span><span class="p">:</span>
136137
<span class="sd">&quot;&quot;&quot;</span>
137138
<span class="sd"> release_cred(creds)</span>
138139
<span class="sd"> Release GSSAPI Credentials.</span>
@@ -148,7 +149,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
148149

149150
<span class="sd"> Raises:</span>
150151
<span class="sd"> ~gssapi.exceptions.MissingCredentialsError</span>
151-
<span class="sd"> &quot;&quot;&quot;</span>
152+
<span class="sd"> &quot;&quot;&quot;</span></div>
152153

153154

154155
<div class="viewcode-block" id="add_cred"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.creds.add_cred">[docs]</a><span class="k">def</span> <span class="nf">add_cred</span><span class="p">(</span>
@@ -159,14 +160,14 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
159160
<span class="n">init_lifetime</span><span class="p">:</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="nb">int</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
160161
<span class="n">accept_lifetime</span><span class="p">:</span> <span class="n">t</span><span class="o">.</span><span class="n">Optional</span><span class="p">[</span><span class="nb">int</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
161162
<span class="n">mutate_input</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">False</span><span class="p">,</span>
162-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;AddCredResult&quot;</span><span class="p">:</span></div>
163+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;AddCredResult&quot;</span><span class="p">:</span>
163164
<span class="sd">&quot;&quot;&quot;Add a credential element to a credential.</span>
164165

165166
<span class="sd"> This method can be used to either compose two credentials (i.e., original</span>
166167
<span class="sd"> and new credential), or to add a new element to an existing credential.</span>
167168

168169
<span class="sd"> Args:</span>
169-
<span class="sd"> input_cred (Cred): the set of credentials to which to add the new</span>
170+
<span class="sd"> input_cred (Creds): the set of credentials to which to add the new</span>
170171
<span class="sd"> credentials</span>
171172
<span class="sd"> name (~gssapi.raw.names.Name): name of principal to acquire a</span>
172173
<span class="sd"> credential for</span>
@@ -194,7 +195,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
194195
<span class="sd"> ~gssapi.exceptions.DuplicateCredentialsElementError</span>
195196
<span class="sd"> ~gssapi.exceptions.ExpiredCredentialsError</span>
196197
<span class="sd"> ~gssapi.exceptions.MissingCredentialsError</span>
197-
<span class="sd"> &quot;&quot;&quot;</span>
198+
<span class="sd"> &quot;&quot;&quot;</span></div>
198199

199200

200201
<div class="viewcode-block" id="inquire_cred"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.creds.inquire_cred">[docs]</a><span class="k">def</span> <span class="nf">inquire_cred</span><span class="p">(</span>
@@ -203,7 +204,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
203204
<span class="n">lifetime</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
204205
<span class="n">usage</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
205206
<span class="n">mechs</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
206-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;InquireCredResult&quot;</span><span class="p">:</span></div>
207+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;InquireCredResult&quot;</span><span class="p">:</span>
207208
<span class="sd">&quot;&quot;&quot;Inspect credentials for information.</span>
208209

209210
<span class="sd"> This method inspects a :class:`Creds` object for information.</span>
@@ -223,7 +224,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
223224
<span class="sd"> ~gssapi.exceptions.MissingCredentialsError</span>
224225
<span class="sd"> ~gssapi.exceptions.InvalidCredentialsError</span>
225226
<span class="sd"> ~gssapi.exceptions.ExpiredCredentialsError</span>
226-
<span class="sd"> &quot;&quot;&quot;</span>
227+
<span class="sd"> &quot;&quot;&quot;</span></div>
227228

228229

229230
<div class="viewcode-block" id="inquire_cred_by_mech"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.creds.inquire_cred_by_mech">[docs]</a><span class="k">def</span> <span class="nf">inquire_cred_by_mech</span><span class="p">(</span>
@@ -233,7 +234,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
233234
<span class="n">init_lifetime</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
234235
<span class="n">accept_lifetime</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
235236
<span class="n">usage</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span>
236-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;InquireCredByMechResult&quot;</span><span class="p">:</span></div>
237+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;InquireCredByMechResult&quot;</span><span class="p">:</span>
237238
<span class="sd">&quot;&quot;&quot;Inspect credentials for mechanism-specific information.</span>
238239

239240
<span class="sd"> This method inspects a :class:`Creds` object for information</span>
@@ -257,7 +258,7 @@ <h1>Source code for gssapi.raw.creds</h1><div class="highlight"><pre>
257258
<span class="sd"> Raises:</span>
258259
<span class="sd"> ~gssapi.exceptions.MissingCredentialsError</span>
259260
<span class="sd"> ~gssapi.exceptions.InvalidCredentialsError</span>
260-
<span class="sd"> &quot;&quot;&quot;</span>
261+
<span class="sd"> &quot;&quot;&quot;</span></div>
261262
</pre></div>
262263

263264
</div>

latest/_modules/gssapi/raw/exceptions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
1515
<script src="../../../_static/jquery.js"></script>
1616
<script src="../../../_static/underscore.js"></script>
17+
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../../_static/doctools.js"></script>
1819
<script src="../../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../../genindex.html" />

latest/_modules/gssapi/raw/ext_cred_imp_exp.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
1515
<script src="../../../_static/jquery.js"></script>
1616
<script src="../../../_static/underscore.js"></script>
17+
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="../../../_static/doctools.js"></script>
1819
<script src="../../../_static/js/theme.js"></script>
1920
<link rel="index" title="Index" href="../../../genindex.html" />
@@ -80,7 +81,7 @@ <h1>Source code for gssapi.raw.ext_cred_imp_exp</h1><div class="highlight"><pre>
8081

8182
<div class="viewcode-block" id="export_cred"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.ext_cred_imp_exp.export_cred">[docs]</a><span class="k">def</span> <span class="nf">export_cred</span><span class="p">(</span>
8283
<span class="n">creds</span><span class="p">:</span> <span class="s2">&quot;Creds&quot;</span><span class="p">,</span>
83-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">bytes</span><span class="p">:</span></div>
84+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">bytes</span><span class="p">:</span>
8485
<span class="sd">&quot;&quot;&quot;Export GSSAPI credentials.</span>
8586

8687
<span class="sd"> This method exports GSSSAPI credentials into a token</span>
@@ -94,12 +95,12 @@ <h1>Source code for gssapi.raw.ext_cred_imp_exp</h1><div class="highlight"><pre>
9495

9596
<span class="sd"> Raises:</span>
9697
<span class="sd"> ~gssapi.exceptions.GSSError</span>
97-
<span class="sd"> &quot;&quot;&quot;</span>
98+
<span class="sd"> &quot;&quot;&quot;</span></div>
9899

99100

100101
<div class="viewcode-block" id="import_cred"><a class="viewcode-back" href="../../../gssapi.raw.html#gssapi.raw.ext_cred_imp_exp.import_cred">[docs]</a><span class="k">def</span> <span class="nf">import_cred</span><span class="p">(</span>
101102
<span class="n">token</span><span class="p">:</span> <span class="nb">bytes</span><span class="p">,</span>
102-
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;Creds&quot;</span><span class="p">:</span></div>
103+
<span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;Creds&quot;</span><span class="p">:</span>
103104
<span class="sd">&quot;&quot;&quot;Import GSSAPI credentials from a token.</span>
104105

105106
<span class="sd"> This method imports a credentials object from a token</span>
@@ -113,7 +114,7 @@ <h1>Source code for gssapi.raw.ext_cred_imp_exp</h1><div class="highlight"><pre>
113114

114115
<span class="sd"> Raises:</span>
115116
<span class="sd"> ~gssapi.exceptions.GSSError</span>
116-
<span class="sd"> &quot;&quot;&quot;</span>
117+
<span class="sd"> &quot;&quot;&quot;</span></div>
117118
</pre></div>
118119

119120
</div>

0 commit comments

Comments
 (0)