This file is indexed.

/usr/share/accounts-qml-module/doc/html/qml-ubuntu-onlineaccounts-credentials.html is in accounts-qml-module-doc 0.6+16.04.20151106-0ubuntu1.

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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- credentials.cpp -->
  <title>Credentials QML Type | OnlineAccounts QML API </title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400,400italic">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400">
<link rel="stylesheet" type="text/css" href="style/reset.css" />
<link rel="stylesheet" type="text/css" href="style/qtquick.css" />
<link rel="stylesheet" type="text/css" href="style/base.css" />
<link rel="stylesheet" type="text/css" href="style/scratch.css" />
</head>
<header>
	<div class="header-login">
		<ul>
			<li><a href="https://myapps.developer.ubuntu.com/openid/login/?next=/dev">Sign in or register</a></li>
		</ul>
	</div>
	<div class="header-navigation">
		<div>
			<nav role="navigation">
				<ul>
					<li class="page_item page-item-5"><a href="http://developer.ubuntu.com/">Home</a></li>
					<li class="page_item page-item-7"><a href="http://developer.ubuntu.com/get-started/">Get started</a></li>
					<li class="page_item page-item-9"><a href="http://developer.ubuntu.com/resources/">Resources</a></li>
					<li class="page_item page-item-11"><a href="http://developer.ubuntu.com/publish/">Publish</a></li>
					<li class="page_item page-item-13"><a href="http://developer.ubuntu.com/community/">Community</a></li>
					<li><a href="https://myapps.developer.ubuntu.com/dev">My Apps</a></li>
					<li>
						<form id="form-search" method="get" action="/">
							<fieldset>
								<input id="input-search" type="text" name="s" value="Search" />
							</fieldset>
						</form>
					</li>
				</ul>
			</nav>
			<a class="logo-ubuntu" href="/"><img src="http://developer.ubuntu.com/wp-content/themes/wordpress-theme-ubuntudeveloper/img/logo-ubuntu.png" width="119" height="27" alt="Ubuntu logo" /></a>
			<h2><a href="/">App Developer</a></h2>
		</div>
	</div>
	
	</header>
   <div class="wrapper">
   <div class="main-content">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#methods">Methods</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Credentials QML Type</h1>
<span class="subtitle"></span>
<!-- $$$Credentials-brief -->
<p>Holds the account's credentials <a href="#details">More...</a></p>
<!-- @@@Credentials -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import Ubuntu.OnlineAccounts 0.1</td></tr></table></div><ul>
<li><a href="qml-ubuntu-onlineaccounts-credentials-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#acl-prop">acl</a></b></b> : list&lt;string&gt;</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#caption-prop">caption</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#credentialsId-prop">credentialsId</a></b></b> : quint32</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#methods-prop">methods</a></b></b> : jsobject</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#secret-prop">secret</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#storeSecret-prop">storeSecret</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#userName-prop">userName</a></b></b> : string</li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<ul>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#removed-signal">removed</a></b></b>()</li>
<li class="fn"><b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#synced-signal">synced</a></b></b>()</li>
</ul>
<a name="methods"></a>
<h2 id="methods">Methods</h2>
<ul>
<li class="fn">void <b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#remove-method">remove</a></b></b>()</li>
<li class="fn">void <b><b><a href="qml-ubuntu-onlineaccounts-credentials.html#sync-method">sync</a></b></b>()</li>
</ul>
<!-- $$$Credentials-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>The Credentials element contains the information about an account's credentials. Informations like user name and password are stored into the account's secret storage via this object. If the <a href="qml-ubuntu-onlineaccounts-credentials.html#credentialsId-prop">credentialsId</a> property is set to a valid credentials ID (which can be obtained via the <a href="qml-ubuntu-onlineaccounts-accountservice.html">AccountService</a>'s <a href="qml-ubuntu-onlineaccounts-accountservice.html#authData-prop">authData.credentialsId</a> property) the Credentials element will load the informations stored in the secrets database, with the notable exception of the <a href="qml-ubuntu-onlineaccounts-credentials.html#secret-prop">secret</a> field, which cannot be read back via this interface (but only via the <a href="qml-ubuntu-onlineaccounts-accountservice.html#authenticate-method">AccountService::authenticate</a> method); if the <a href="qml-ubuntu-onlineaccounts-credentials.html#credentialsId-prop">credentialsId</a> field is not set, then this interface can be used to create a new record in the secrets storage, by calling the <a href="qml-ubuntu-onlineaccounts-credentials.html#sync-method">sync()</a> method once all the desired fields have been set.</p>
<!-- @@@Credentials -->
<h2>Property Documentation</h2>
<!-- $$$acl -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="acl-prop"><td class="tblQmlPropNode"><p><a name="acl-prop"></a><span class="name">acl</span> : <span class="type">list</span>&lt;<span class="type">string</span>&gt;</p></td></tr></table></div></div><div class="qmldoc"><p>The ACL (Access Control List) for the credentials. The string <i>&quot;*&quot;</i> should be used when no access control needs to be performed.</p>
</div></div><!-- @@@acl -->
<br/>
<!-- $$$caption -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="caption-prop"><td class="tblQmlPropNode"><p><a name="caption-prop"></a><span class="name">caption</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>A description of the credentials. This could be set to the name of the account provider, for instance.</p>
</div></div><!-- @@@caption -->
<br/>
<!-- $$$credentialsId -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="credentialsId-prop"><td class="tblQmlPropNode"><p><a name="credentialsId-prop"></a><span class="name">credentialsId</span> : <span class="type">quint32</span></p></td></tr></table></div></div><div class="qmldoc"><p>Numeric identifier of the credentials record in the secret storage database. A value of <i>0</i> means that this object has not been stored into the database yet.</p>
<p><b>See also </b><a href="qml-ubuntu-onlineaccounts-credentials.html#sync-method">sync</a>.</p>
</div></div><!-- @@@credentialsId -->
<br/>
<!-- $$$methods -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="methods-prop"><td class="tblQmlPropNode"><p><a name="methods-prop"></a><span class="name">methods</span> : <span class="type">jsobject</span></p></td></tr></table></div></div><div class="qmldoc"><p>A dictionary describing the authentication methods and mechanisms which are allowed on the credentials. The keys of the dictionary should be the authentication methods, and the values should be lists of mechanisms.</p>
<pre class="qml"><span class="type"><a href="qml-ubuntu-onlineaccounts-credentials.html">Credentials</a></span> {
    <span class="name">methods</span>: { &quot;oauth2&quot;: [ <span class="string">&quot;web_server&quot;</span>, <span class="string">&quot;user_agent&quot;</span>], &quot;password&quot;: [ <span class="string">&quot;password&quot;</span> ] }
}</pre>
</div></div><!-- @@@methods -->
<br/>
<!-- $$$secret -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="secret-prop"><td class="tblQmlPropNode"><p><a name="secret-prop"></a><span class="name">secret</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>The secret information for this credentials; usually this is the user's password. Note that when retrieving a Credentials object from the secrets database, this field will not be retrieved. See the detailed description of the Credentials element for a full explanation of this.</p>
<p><b>See also </b><a href="qml-ubuntu-onlineaccounts-credentials.html#credentialsId-prop">credentialsId</a>.</p>
</div></div><!-- @@@secret -->
<br/>
<!-- $$$storeSecret -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="storeSecret-prop"><td class="tblQmlPropNode"><p><a name="storeSecret-prop"></a><span class="name">storeSecret</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the secret should be stored in the secrets storage.</p>
</div></div><!-- @@@storeSecret -->
<br/>
<!-- $$$userName -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="userName-prop"><td class="tblQmlPropNode"><p><a name="userName-prop"></a><span class="name">userName</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>The user name.</p>
</div></div><!-- @@@userName -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$removed -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="removed-signal"><td class="tblQmlFuncNode"><p><a name="removed-signal"></a><span class="name">removed</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Emitted when the credentials have been deleted from the secrets storage.</p>
</div></div><!-- @@@removed -->
<br/>
<!-- $$$synced -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="synced-signal"><td class="tblQmlFuncNode"><p><a name="synced-signal"></a><span class="name">synced</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Emitted when the changes have been stored into the permanent secrets storage.</p>
</div></div><!-- @@@synced -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$remove -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="remove-method"><td class="tblQmlFuncNode"><p><a name="remove-method"></a><span class="type">void</span> <span class="name">remove</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Deletes the credentials from the secrets storage.</p>
<p><b>See also </b><a href="qml-ubuntu-onlineaccounts-credentials.html#removed-signal">removed</a>.</p>
</div></div><!-- @@@remove -->
<br/>
<!-- $$$sync -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="sync-method"><td class="tblQmlFuncNode"><p><a name="sync-method"></a><span class="type">void</span> <span class="name">sync</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Writes the changes to the secrets storage.</p>
<p><b>See also </b><a href="qml-ubuntu-onlineaccounts-credentials.html#synced-signal">synced</a>.</p>
</div></div><!-- @@@sync -->
<br/>
</div></div>
<div class="shadow"></div>
<footer>
	<div>
		<nav role="navigation" class="clearfix">
			<ul>
				<li><a href="/get-started">Get started</a></li>
				<li class="page_item page-item-16"><a href="http://developer.ubuntu.com/get-started/quickly-workflow/">Quickly workflow</a></li>
<li class="page_item page-item-18"><a href="http://developer.ubuntu.com/get-started/qt-creator/">Qt Creator</a></li>
<li class="page_item page-item-20"><a href="http://developer.ubuntu.com/get-started/eclipse/">Eclipse</a></li>
<li class="page_item page-item-22"><a href="http://developer.ubuntu.com/get-started/monodevelop/">MonoDevelop</a></li>
			</ul>
			<ul>
				<li><a href="/resources">Resources</a></li>
				<li><a href="/resources/tools/quickly">Quickly</a></li>
				<li><a href="/resources/platform/api">API</a></li>
				<li><a href="/resources/platform/documentation/platform-diagram">Platform overview</a></li>
			</ul>
			<ul>
				<li><a href="/publish">Publish</a></li>
				<li class="page_item page-item-24"><a href="http://developer.ubuntu.com/publish/commercial-software-faqs/">Commercial software FAQs</a></li>
<li class="page_item page-item-34"><a href="http://developer.ubuntu.com/publish/application-states/">Application states</a></li>
<li class="page_item page-item-577"><a href="http://developer.ubuntu.com/publish/my-apps-packages/">Uploading your app</a></li>
<li class="page_item page-item-404"><a href="http://developer.ubuntu.com/publish/ubuntu-software-centre/">Ubuntu Software Centre</a></li>
<li class="page_item page-item-427"><a href="http://developer.ubuntu.com/publish/licence-key-infrastructure/">Licence key infrastructure</a></li>
<li class="page_item page-item-1230"><a href="http://developer.ubuntu.com/publish/updating-your-app/">Updating your app</a></li>
			</ul>
			<ul>
				<li><a href="/community">Community</a></li>
				<li class="page_item page-item-28"><a href="http://developer.ubuntu.com/community/app-developer-blog/">App Developer Blog</a></li>
<li class="page_item page-item-30"><a href="http://developer.ubuntu.com/community/submit-a-tutorial/">Submit a tutorial</a></li>
<li class="page_item page-item-32"><a href="http://developer.ubuntu.com/community/app-review-board-charter/">App Review Board charter</a></li>
<li class="page_item page-item-2987"><a href="http://developer.ubuntu.com/community/on-air/">On air</a>
<ul class='children'>
	<li class="page_item page-item-3066"><a href="http://developer.ubuntu.com/community/on-air/recordings/">Recordings</a></li>
</ul>
</li>
			</ul>
			<ul class="last">
				<li><a href="https://myapps.developer.ubuntu.com/dev">My Apps</a></li>
				<li><a href="https://myapps.developer.ubuntu.com/openid/login/?next=/dev">Sign in or register</a></li>
				<li><a href="https://myapps.developer.ubuntu.com/dev/account">My account</a></li>
			</ul>
		</nav>
		<p>&copy; 2013 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd. <a class="link-bug" href="https://bugs.launchpad.net/ubuntudeveloperportal/+filebug">Report a bug on this site</a></p>
	</div>
</footer>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://developer.ubuntu.com/wp-content/themes/wordpress-theme-ubuntudeveloper/js/base.js"></script>
</body>
</html>