This file is indexed.

/usr/share/doc/libags-doc/api/xml-rpc.html is in libags-doc 1.4.24-1ubuntu2.

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
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part VI. XML-RPC - server: Advanced Gtk+ Sequencer Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Advanced Gtk+ Sequencer Reference Manual">
<link rel="up" href="index.html" title="Advanced Gtk+ Sequencer Reference Manual">
<link rel="prev" href="AgsThreadXmlSerializationFactory.html" title="AgsThreadXmlSerializationFactory">
<link rel="next" href="AgsRegistry.html" title="AgsRegistry">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="AgsThreadXmlSerializationFactory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="AgsRegistry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="xml-rpc"></a>Part VI. XML-RPC - server</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt>
<span class="refentrytitle"><a href="AgsRegistry.html">AgsRegistry</a></span><span class="refpurpose"> — remote control registry</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsServer.html">AgsServer</a></span><span class="refpurpose"> — remote control server</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsServerApplicationContext.html">AgsServerApplicationContext</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsServerStatus.html">AgsServerStatus</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsServiceProvider.html">AgsServiceProvider</a></span><span class="refpurpose"></span>
</dt>
<dt><span class="chapter"><a href="server-controller.html">Controller - providing context path</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="AgsController.html">AgsController</a></span><span class="refpurpose"> — base controller</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsFrontController.html">AgsFrontController</a></span><span class="refpurpose"> — handle all XMLRPC requests</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsLocalFactoryController.html">AgsLocalFactoryController</a></span><span class="refpurpose"> — local factory controller</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsLocalRegistryController.html">AgsLocalRegistryController</a></span><span class="refpurpose"> — local registry controller</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsLocalSerializationController.html">AgsLocalSerializationController</a></span><span class="refpurpose"> — local serialization controller</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsLocalTaskController.html">AgsLocalTaskController</a></span><span class="refpurpose"> — local task controller</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="server-security.html">Security - basic authentication</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="AgsAuthentication.html">AgsAuthentication</a></span><span class="refpurpose"> — base password authentication</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsAuthenticationManager.html">AgsAuthenticationManager</a></span><span class="refpurpose"> — Singleton pattern to organize authentication</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsBusinessGroup.html">AgsBusinessGroup</a></span><span class="refpurpose"> — base group permissions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsCertificate.html">AgsCertificate</a></span><span class="refpurpose"> — base password certificate</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsCertificateManager.html">AgsCertificateManager</a></span><span class="refpurpose"> — Singleton pattern to organize certificate</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsPasswordStore.html">AgsPasswordStore</a></span><span class="refpurpose"> — password storage</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsPasswordStoreManager.html">AgsPasswordStoreManager</a></span><span class="refpurpose"> — Singleton pattern to organize password stores</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsSecurityContext.html">AgsSecurityContext</a></span><span class="refpurpose"> — current security context</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsXmlAuthentication.html">AgsXmlAuthentication</a></span><span class="refpurpose"> — authentication by XML file</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsXmlCertificate.html">AgsXmlCertificate</a></span><span class="refpurpose"> — certificate by XML file</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsXmlPasswordStore.html">AgsXmlPasswordStore</a></span><span class="refpurpose"> — password store by XML file</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="server-thread.html">Thread - multi-threaded routines</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="AgsRemoteTask.html">AgsRemoteTask</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AgsRemoteTaskThread.html">AgsRemoteTaskThread</a></span><span class="refpurpose"> — remote task thread</span>
</dt>
</dl></dd>
</dl>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>