Package funkload :: Module CredentialBase :: Class CredentialBaseServer
[show private | hide private]
[frames | no frames]

Class CredentialBaseServer

Known Subclasses:
CredentialFileServer, CredentialRandomServer

Interface of a Credential server.
Method Summary
  getCredential(self, group)
Return a credential (login, password).
  listCredentials(self, group)
Return a list of all credentials.
  listGroups(self)
Return a list of all groups.

Method Details

getCredential(self, group=None)

Return a credential (login, password).

If group is not None return a credential that belong to the group.

listCredentials(self, group=None)

Return a list of all credentials.

If group is not None return a list of credentials that belong to the group.

listGroups(self)

Return a list of all groups.

Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 http://epydoc.sf.net