eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordManager.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
190 <dd> 190 <dd>
191 realm to get the credentials for (string) 191 realm to get the credentials for (string)
192 </dd> 192 </dd>
193 </dl> 193 </dl>
194 <dl> 194 <dl>
195 <dt>Returns:</dt> 195 <dt>Return:</dt>
196 <dd> 196 <dd>
197 key string (string) 197 key string (string)
198 </dd> 198 </dd>
199 </dl> 199 </dl>
200 <a NAME="PasswordManager.__load" ID="PasswordManager.__load"></a> 200 <a NAME="PasswordManager.__load" ID="PasswordManager.__load"></a>
217 <dd> 217 <dd>
218 URL to be stripped (QUrl) 218 URL to be stripped (QUrl)
219 </dd> 219 </dd>
220 </dl> 220 </dl>
221 <dl> 221 <dl>
222 <dt>Returns:</dt> 222 <dt>Return:</dt>
223 <dd> 223 <dd>
224 stripped URL (QUrl) 224 stripped URL (QUrl)
225 </dd> 225 </dd>
226 </dl> 226 </dl>
227 <a NAME="PasswordManager.allSiteNames" ID="PasswordManager.allSiteNames"></a> 227 <a NAME="PasswordManager.allSiteNames" ID="PasswordManager.allSiteNames"></a>
230 230
231 <p> 231 <p>
232 Public method to get a list of all site names. 232 Public method to get a list of all site names.
233 </p> 233 </p>
234 <dl> 234 <dl>
235 <dt>Returns:</dt> 235 <dt>Return:</dt>
236 <dd> 236 <dd>
237 sorted list of all site names (list of strings) 237 sorted list of all site names (list of strings)
238 </dd> 238 </dd>
239 </dl> 239 </dl>
240 <a NAME="PasswordManager.clear" ID="PasswordManager.clear"></a> 240 <a NAME="PasswordManager.clear" ID="PasswordManager.clear"></a>
301 301
302 <p> 302 <p>
303 Public method to get the file name of the passwords file. 303 Public method to get the file name of the passwords file.
304 </p> 304 </p>
305 <dl> 305 <dl>
306 <dt>Returns:</dt> 306 <dt>Return:</dt>
307 <dd> 307 <dd>
308 name of the passwords file (string) 308 name of the passwords file (string)
309 </dd> 309 </dd>
310 </dl> 310 </dl>
311 <a NAME="PasswordManager.getLogin" ID="PasswordManager.getLogin"></a> 311 <a NAME="PasswordManager.getLogin" ID="PasswordManager.getLogin"></a>
325 <dd> 325 <dd>
326 realm to get the credentials for (string) 326 realm to get the credentials for (string)
327 </dd> 327 </dd>
328 </dl> 328 </dl>
329 <dl> 329 <dl>
330 <dt>Returns:</dt> 330 <dt>Return:</dt>
331 <dd> 331 <dd>
332 tuple containing the user name (string) and password (string) 332 tuple containing the user name (string) and password (string)
333 </dd> 333 </dd>
334 </dl> 334 </dl>
335 <a NAME="PasswordManager.masterPasswordChanged" ID="PasswordManager.masterPasswordChanged"></a> 335 <a NAME="PasswordManager.masterPasswordChanged" ID="PasswordManager.masterPasswordChanged"></a>
417 <dd> 417 <dd>
418 web site name (string) 418 web site name (string)
419 </dd> 419 </dd>
420 </dl> 420 </dl>
421 <dl> 421 <dl>
422 <dt>Returns:</dt> 422 <dt>Return:</dt>
423 <dd> 423 <dd>
424 tuple containing the user name (string) and password (string) 424 tuple containing the user name (string) and password (string)
425 </dd> 425 </dd>
426 </dl> 426 </dl>
427 <a NAME="PasswordManager.sitesCount" ID="PasswordManager.sitesCount"></a> 427 <a NAME="PasswordManager.sitesCount" ID="PasswordManager.sitesCount"></a>
430 430
431 <p> 431 <p>
432 Public method to get the number of available sites. 432 Public method to get the number of available sites.
433 </p> 433 </p>
434 <dl> 434 <dl>
435 <dt>Returns:</dt> 435 <dt>Return:</dt>
436 <dd> 436 <dd>
437 number of sites (integer) 437 number of sites (integer)
438 </dd> 438 </dd>
439 </dl> 439 </dl>
440 <div align="right"><a href="#top">Up</a></div> 440 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial