Skip to content

Commit

Permalink
Deployed 70d93bc to docs-release-5.4 with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2023
1 parent 1904f75 commit f63012e
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3192,6 +3192,7 @@ <h1 id="rest-security-v1-api">Rest Security v1 API</h1>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This API can also be accessed via the RequestHandler with app-id: <code>SEC-V1</code>.</p>
<p>This REST API requires a <a href="https://download.eclipse.org/kura/docs/api/5.4.0/apidocs/org/eclipse/kura/security/SecurityService.html">SecurityService</a> implementation to be registered on the framework, which is not provided by the standard Kura distribution.</p>
</div>
<p>The <code>SecurityRestService</code> APIs provides methods to manage the system security.
Identities with <code>rest.security</code> permissions can access these APIs.</p>
Expand All @@ -3205,7 +3206,7 @@ <h4 id="security-policy-fingerprint-reload">Security policy fingerprint reload</
<h5 id="responses">Responses</h5>
<ul>
<li>200 OK status</li>
<li>500 Internal Server Error</li>
<li>500 Internal Server Error (also returned when no <code>SecurityService</code> implementation is available)</li>
</ul>
<h4 id="reload-command-line-fingerprint">Reload command line fingerprint</h4>
<ul>
Expand All @@ -3216,10 +3217,14 @@ <h4 id="reload-command-line-fingerprint">Reload command line fingerprint</h4>
<h5 id="responses_1">Responses</h5>
<ul>
<li>200 OK status</li>
<li>500 Internal Server Error</li>
<li>500 Internal Server Error (also returned when no <code>SecurityService</code> implementation is available)</li>
</ul>
<h2 id="get-methods">GET methods</h2>
<h4 id="debug-enabled">Debug enabled</h4>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Access to this resource doesn't require the <code>rest.security</code> permission.</p>
</div>
<ul>
<li>Description: This method allows you to check whether debug mode is enabled in the system.</li>
<li>Method: GET</li>
Expand All @@ -3232,7 +3237,7 @@ <h5 id="responses_2">Responses</h5>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="w"> </span><span class="nt">&quot;enabled&quot;</span><span class="p">:</span><span class="kc">true</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="p">}</span>
</code></pre></div></li>
<li>500 Internal Server Error</li>
<li>500 Internal Server Error (also returned when no <code>SecurityService</code> implementation is available)</li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs-release-5.4/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit f63012e

Please sign in to comment.