This file is indexed.

/usr/share/doc/signon-plugins/html/index.html is in libsignon-plugins-doc 8.59-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SignOn plugin development</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</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! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title"><a class="el" href="namespaceSignOn.html" title="Error codes for ui interaction. ">SignOn</a> plugin development </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro"></a>
Introduction</h1>
<p>This library contains the interface definition and a few classes that should be used when implementing an authentication plugin for the Single Sign On framework.</p>
<h1><a class="anchor" id="usage"></a>
Usage</h1>
<p>Since it currently consists of a few header files and of a single moc-generated .cpp file, the library is built statically.</p>
<p>The library ships with a pkg-config file (<em>signon-plugins.pc</em>).</p>
<h1><a class="anchor" id="classlist"></a>
List of classes in libsignon-qt</h1>
<p>Here are the main classes in the libraries. You can also <a href="annotated.html">see the complete list of classes</a>. All classes but the <a class="el" href="classAuthPluginInterface.html">AuthPluginInterface</a> reside in the <a class="el" href="namespaceSignOn.html" title="Error codes for ui interaction. ">SignOn</a> namespace.</p>
<table class="doxtable">
<tr>
<td><a class="el" href="classAuthPluginInterface.html">AuthPluginInterface</a></td><td>Interface to be implemented by all authentication plugins. </td></tr>
<tr>
<td><a class="el" href="classSignOn_1_1UiSessionData.html" title="Data container to hold values for authentication session. ">SignOn::UiSessionData</a></td><td>Dictionary of data to be exchanged between the plugin and the <a class="el" href="namespaceSignOn.html" title="Error codes for ui interaction. ">SignOn</a> UI. </td></tr>
</table>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
  </ul>
</div>
</body>
</html>