mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
1309 lines
45 KiB
HTML
1309 lines
45 KiB
HTML
|
|
<!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/html; charset=utf-8" />
|
|
|
|
<title>Index — UDS 1.0 documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: './',
|
|
VERSION: '1.0',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
|
<link rel="top" title="UDS 1.0 documentation" href="index.html" />
|
|
</head>
|
|
<body>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="#" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li><a href="index.html">UDS 1.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
|
|
|
|
|
|
<div id="searchbox" style="display: none">
|
|
<h3>Quick search</h3>
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" />
|
|
<input type="submit" value="Go" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
<p class="searchtip" style="font-size: 90%">
|
|
Enter search terms or a module, class or function name.
|
|
</p>
|
|
</div>
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
|
|
<h1 id="index">Index</h1>
|
|
|
|
<div class="genindex-jumpbox">
|
|
<a href="#A"><strong>A</strong></a>
|
|
| <a href="#B"><strong>B</strong></a>
|
|
| <a href="#C"><strong>C</strong></a>
|
|
| <a href="#D"><strong>D</strong></a>
|
|
| <a href="#E"><strong>E</strong></a>
|
|
| <a href="#F"><strong>F</strong></a>
|
|
| <a href="#G"><strong>G</strong></a>
|
|
| <a href="#I"><strong>I</strong></a>
|
|
| <a href="#L"><strong>L</strong></a>
|
|
| <a href="#M"><strong>M</strong></a>
|
|
| <a href="#N"><strong>N</strong></a>
|
|
| <a href="#O"><strong>O</strong></a>
|
|
| <a href="#P"><strong>P</strong></a>
|
|
| <a href="#R"><strong>R</strong></a>
|
|
| <a href="#S"><strong>S</strong></a>
|
|
| <a href="#T"><strong>T</strong></a>
|
|
| <a href="#U"><strong>U</strong></a>
|
|
| <a href="#V"><strong>V</strong></a>
|
|
|
|
</div>
|
|
<h2 id="A">A</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.activePublication">activePublication() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.all">all() (uds.models.Authenticator static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.assignedUserServices">assignedUserServices() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.assignToUser">assignToUser() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.assignToUser">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.authCallback">authCallback() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.authenticate">authenticate() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator">Authenticator (class in uds.core.auths)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator">(class in uds.models)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.Group">Authenticator.Group (class in uds.core.auths)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.User">Authenticator.User (class in uds.core.auths)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="B">B</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.beforeDelete">beforeDelete() (uds.models.Authenticator static method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.beforeDelete">(uds.models.DeployedService static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.beforeDelete">(uds.models.DeployedServicePublication static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Group.beforeDelete">(uds.models.Group static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Provider.beforeDelete">(uds.models.Provider static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Scheduler.beforeDelete">(uds.models.Scheduler static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Service.beforeDelete">(uds.models.Service static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport.beforeDelete">(uds.models.Transport static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.beforeDelete">(uds.models.User static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.beforeDelete">(uds.models.UserService static method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="C">C</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Cache">Cache (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable.cache">cache() (uds.core.Environmentable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.cachedUserServices">cachedUserServices() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.callbackUrl">callbackUrl() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.cancel">cancel() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.cancel">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.cancel">(uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.cancel">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.CancelException">CancelException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.canCheckUserPassword">canCheckUserPassword() (uds.core.auths.Authenticator class method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.check">check() (uds.core.Module method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.checkState">checkState() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.checkState">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Cache.cleanUp">cleanUp() (uds.models.Cache static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Config">Config (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network.create">create() (uds.models.Network static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.createGroup">createGroup() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.createUser">createUser() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="D">D</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.dbAuthenticator">dbAuthenticator() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.Group.dbGroup">dbGroup() (uds.core.auths.Authenticator.Group method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.dbservice">dbservice() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.User.dbUser">dbUser() (uds.core.auths.Authenticator.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField.defValue">defValue (uds.core.ui.UserInterface.gui.InputField attribute)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.DelayedTask">DelayedTask (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService">DeployedService (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication">DeployedServicePublication (class in uds.models)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.deployForCache">deployForCache() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.deployForUser">deployForUser() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.DeploymentException">DeploymentException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.description">description() (uds.core.Module class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.destroy">destroy() (uds.core.Module method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.destroy">(uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.destroy">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.doLog">doLog() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.dsName">dsName() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="E">E</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable.env">env() (uds.core.Environmentable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable">Environmentable (class in uds.core)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.erroneousUserServices">erroneousUserServices() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="F">F</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.finish">finish() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.finish">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="G">G</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getConnectionSource">getConnectionSource() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.getDeployedServicesForGroups">getDeployedServicesForGroups() (uds.models.DeployedService static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.getEnvironment">getEnvironment() (uds.models.Authenticator method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.getEnvironment">(uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.getEnvironment">(uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Provider.getEnvironment">(uds.models.Provider method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Scheduler.getEnvironment">(uds.models.Scheduler method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Service.getEnvironment">(uds.models.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport.getEnvironment">(uds.models.Transport method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getEnvironment">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.getForAuth">getForAuth() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.getGroups">getGroups() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.getHtml">getHtml() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.getInfo">getInfo() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.getInstance">getInstance() (uds.models.Authenticator method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.getInstance">(uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Provider.getInstance">(uds.models.Provider method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Scheduler.getInstance">(uds.models.Scheduler method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Service.getInstance">(uds.models.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport.getInstance">(uds.models.Transport method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getInstance">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.getIp">getIp() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Group.getManager">getManager() (uds.models.Group method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.getManager">(uds.models.User method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.getName">getName() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getName">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.getOrCreateUser">getOrCreateUser() (uds.models.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.getRealName">getRealName() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Provider.html#uds.core.services.ServiceProvider.getServiceByType">getServiceByType() (uds.core.services.ServiceProvider class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Provider.html#uds.core.services.ServiceProvider.getServicesTypes">getServicesTypes() (uds.core.services.ServiceProvider class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.getType">getType() (uds.models.Authenticator method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Service.getType">(uds.models.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport.getType">(uds.models.Transport method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.getUniqueId">getUniqueId() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getUniqueId">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.getUserAssignedServices">getUserAssignedServices() (uds.models.UserService static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.getUsernameForAuth">getUsernameForAuth() (uds.models.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Group">Group (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.User.groups">groups() (uds.core.auths.Authenticator.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.groupType">groupType (uds.core.auths.Authenticator attribute)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui">gui (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.CheckBoxField">gui.CheckBoxField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.ChoiceField">gui.ChoiceField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.EditableList">gui.EditableList (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.HiddenField">gui.HiddenField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField">gui.InputField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.MultiChoiceField">gui.MultiChoiceField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.NumericField">gui.NumericField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.PasswordField">gui.PasswordField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.TextField">gui.TextField (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField.guiDescription">guiDescription() (uds.core.ui.UserInterface.gui.InputField method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface.guiDescription">(uds.core.ui.UserInterface.UserInterface class method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="I">I</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.icon">icon() (uds.core.Module class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable.idGenerators">idGenerators() (uds.core.Environmentable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.infoUrl">infoUrl() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface.initGui">initGui() (uds.core.ui.UserInterface.UserInterface method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.initialize">initialize() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.initialize">(uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service.initialize">(uds.core.services.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Provider.html#uds.core.services.ServiceProvider.initialize">(uds.core.services.ServiceProvider method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.initialize">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.internalAuthenticate">internalAuthenticate() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.InvalidServiceException">InvalidServiceException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.isCustom">isCustom() (uds.core.auths.Authenticator class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.isDirty">isDirty() (uds.core.Module method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.isPreparing">isPreparing() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.isReady">isReady() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.isRestrained">isRestrained() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.isStaff">isStaff() (uds.models.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.CheckBoxField.isTrue">isTrue() (uds.core.ui.UserInterface.gui.CheckBoxField method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField.isType">isType() (uds.core.ui.UserInterface.gui.InputField method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.isUsable">isUsable() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.Authenticator.isValidUser">isValidUser() (uds.models.Authenticator method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="L">L</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.logout">logout() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.logout">(uds.models.User method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="M">M</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service.macGenerator">macGenerator() (uds.core.services.Service method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.macGenerator">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.Group.manager">manager() (uds.core.auths.Authenticator.Group method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.User.manager">(uds.core.auths.Authenticator.User method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.markOldUserServicesAsRemovables">markOldUserServicesAsRemovables() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.marshal">marshal() (uds.core.Module method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Serializable.marshal">(uds.core.Serializable method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.MaxServicesReachedException">MaxServicesReachedException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.modifyGroup">modifyGroup() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.modifyUser">modifyUser() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module">Module (class in uds.core)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.ValidationException">Module.ValidationException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.moveToCache">moveToCache() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.moveToLevel">moveToLevel() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="N">N</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.name">name() (uds.core.Module class method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service.nameGenerator">nameGenerator() (uds.core.services.Service method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.nameGenerator">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network.netEnd">netEnd (uds.models.Network attribute)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network.netStart">netStart (uds.models.Network attribute)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network">Network (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network.networksFor">networksFor() (uds.models.Network static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.notifyReadyFromOsManager">notifyReadyFromOsManager() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.NumericField.num">num() (uds.core.ui.UserInterface.gui.NumericField method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="O">O</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.OperationException">OperationException</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.osManager">osManager() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.osmanager">osmanager() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="P">P</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service.parent">parent() (uds.core.services.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.prefs">prefs() (uds.models.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.processUserPassword">processUserPassword() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.processUserPassword">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Provider">Provider (class in uds.models)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication">Publication (class in uds.core.services)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.publication">publication() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.publish">publish() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.publish">(uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.PublishException">PublishException</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="R">R</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.reasonOfError">reasonOfError() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.reasonOfError">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.recoverValue">recoverValue() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.recoverValue">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.recreateGroups">recreateGroups() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.remove">remove() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.remove">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.removed">removed() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.removeGroup">removeGroup() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.removeOrCancel">removeOrCancel() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.removeUser">removeUser() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service.requestServicesForAssignation">requestServicesForAssignation() (uds.core.services.Service method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.revision">revision() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="S">S</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Scheduler">Scheduler (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.searchGroups">searchGroups() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.searchUsers">searchUsers() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Serializable">Serializable (class in uds.core)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Serializable.serialize">serialize() (uds.core.Serializable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface.serializeForm">serializeForm() (uds.core.ui.UserInterface.UserInterface method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Service.html#uds.core.services.Service">Service (class in uds.core.services)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.Service">(class in uds.models)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/Publication.html#uds.core.services.Publication.service">service() (uds.core.services.Publication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.service">(uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/services/Provider.html#uds.core.services.ServiceProvider">ServiceProvider (class in uds.core.services)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.setConnectionSource">setConnectionSource() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField.setDefValue">setDefValue() (uds.core.ui.UserInterface.gui.InputField method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable.setEnv">setEnv() (uds.core.Environmentable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.setInUse">setInUse() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.setIp">setIp() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.setOsState">setOsState() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.setReady">setReady() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.setState">setState() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.setState">(uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.setState">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.ChoiceField.setValues">setValues() (uds.core.ui.UserInterface.gui.ChoiceField method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.MultiChoiceField.setValues">(uds.core.ui.UserInterface.gui.MultiChoiceField method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/other.html#uds.models.Storage">Storage (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Environmentable.storage">storage() (uds.core.Environmentable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.storeValue">storeValue() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.storeValue">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="T">T</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.test">test() (uds.core.Module static method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.transformsUserOrPasswordForService">transformsUserOrPasswordForService() (uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.transformUsername">transformUsername() (uds.core.auths.Authenticator method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport">Transport (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.type">type() (uds.core.Module class method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="U">U</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#module-uds.core">uds.core (module)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#module-uds.core.auths">uds.core.auths (module)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#module-uds.core.services">uds.core.services (module)</a>, <a href="api/modules/services/Service.html#module-uds.core.services">[1]</a>, <a href="api/modules/services/Publication.html#module-uds.core.services">[2]</a>, <a href="api/modules/services/Provider.html#module-uds.core.services">[3]</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#module-uds.core.services.Exceptions">uds.core.services.Exceptions (module)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#module-uds.core.ui.UserInterface">uds.core.ui.UserInterface (module)</a>, <a href="api/modules/FormFields.html#module-uds.core.ui.UserInterface">[1]</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#module-uds.models">uds.models (module)</a>, <a href="api/models/services.html#module-uds.models">[1]</a>, <a href="api/models/transport.html#module-uds.models">[2]</a>, <a href="api/models/other.html#module-uds.models">[3]</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/other.html#uds.models.UniqueId">UniqueId (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Module.unmarshal">unmarshal() (uds.core.Module method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Serializable.unmarshal">(uds.core.Serializable method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.unpublish">unpublish() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.unpublish">(uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.Serializable.unserialize">unserialize() (uds.core.Serializable method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface.unserializeForm">unserializeForm() (uds.core.ui.UserInterface.UserInterface method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/Exceptions.html#uds.core.services.Exceptions.UnsupportedException">UnsupportedException</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Network.update">update() (uds.models.Network method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedServicePublication.updateData">updateData() (uds.models.DeployedServicePublication method)</a>
|
|
</dt>
|
|
|
|
<dd><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService.updateData">(uds.models.UserService method)</a>
|
|
</dt>
|
|
|
|
</dl></dd>
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User.updateLastAccess">updateLastAccess() (uds.models.User method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.User">User (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment">UserDeployment (class in uds.core.services)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface">UserInterface (class in uds.core.ui.UserInterface)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.userLoggedIn">userLoggedIn() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/services/UserDeployment.html#uds.core.services.UserDeployment.userLoggedOut">userLoggedOut() (uds.core.services.UserDeployment method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/authentication.html#uds.models.UserPreference">UserPreference (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/services.html#uds.models.UserService">UserService (class in uds.models)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/auths/Authenticator.html#uds.core.auths.Authenticator.userType">userType (uds.core.auths.Authenticator attribute)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
<h2 id="V">V</h2>
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/models/services.html#uds.models.DeployedService.validateUser">validateUser() (uds.models.DeployedService method)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/models/transport.html#uds.models.Transport.validForIp">validForIp() (uds.models.Transport method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
<td style="width: 33%" valign="top"><dl>
|
|
|
|
<dt><a href="api/modules/FormFields.html#uds.core.ui.UserInterface.gui.InputField.value">value (uds.core.ui.UserInterface.gui.InputField attribute)</a>
|
|
</dt>
|
|
|
|
|
|
<dt><a href="api/modules/BaseModule.html#uds.core.ui.UserInterface.UserInterface.valuesDict">valuesDict() (uds.core.ui.UserInterface.UserInterface method)</a>
|
|
</dt>
|
|
|
|
</dl></td>
|
|
</tr></table>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="#" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li><a href="index.html">UDS 1.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© Copyright 2012, Virtual Cable S.L.U..
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
|
|
</div>
|
|
</body>
|
|
</html> |