| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module CredentialFile :: Class CredentialFileServer |
|
CredentialBaseServer--+ |XmlRpcBaseServer--+ | CredentialFileServer
| Method Summary | |
|---|---|
__init__(self,
argv)
| |
Return a credential from group if specified. | |
Return a list of credentials. | |
Return a list of groups. | |
| Inherited from XmlRpcBaseServer | |
main server loop. | |
Return a status. | |
init the XMLR/PC Server. | |
Log information. | |
Debug log. | |
Parse programs args. | |
main server loop. | |
Stop the server. | |
| Class Variable Summary | |
|---|---|
str |
credential_sep = ':'
|
list |
method_names = ['stopServer', 'getStatus', 'getCredentia...
|
str |
server_name = 'file_credential'
|
str |
users_sep = ','
|
| Inherited from XmlRpcBaseServer | |
str |
usage = '%prog [options] config_file\n\nStart %prog XML/...
|
| Method Details |
|---|
getCredential(self, group=None)Return a credential from group if specified. Credential are taken incrementally in a loop. |
listCredentials(self, group=None)Return a list of credentials. |
listGroups(self)Return a list of groups. |
| Class Variable Details |
|---|
credential_sep
|
method_names
|
server_name
|
users_sep
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |