| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module keycards :: Class KeycardUASPCC |
|
Jellyable --+
|
Serializable --+
|
Copyable --+
|
Unjellyable --+ |
| |
RemoteCopy --+
|
Keycard --+
|
UsernameSha256PasswordCryptChallenger --+
|
KeycardUASPCC
| Method Summary | |
|---|---|
__init__(self,
username,
address)
| |
__repr__(self)
| |
Return a dictionary of the viewable data on the keycard that can be used to identify the keycard. | |
| Inherited from Keycard | |
Set the domain of the requester on the keycard. | |
| Inherited from Copyable | |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. | |
Determine what type tag to send for me. | |
Determine what type tag to send for me. | |
Assemble type tag and state to copy for this broker. | |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Inherited from RemoteCopy | |
I will be invoked with the state to copy locally. | |
| |
| Inherited from Unjellyable | |
| |
| Inherited from UsernameSha256PasswordCryptChallenger | |
Check credentials against the given sha256Password. | |
I encode a given plaintext password using the salt, and respond to the challenge. | |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy flumotion.common.keycar...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Method Details |
|---|
getData(self)Return a dictionary of the viewable data on the keycard that can be used to identify the keycard. It doesn't include sensitive information though. Subclasses should override to add additional information.
|
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:16 2008 | http://epydoc.sf.net |