Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module imap4 :: Class CramMD5Identity |
|
Identity
--+
|
CramMD5Identity
Method Summary | |
---|---|
Create an identity. (inherited from Identity )
| |
__repr__(self)
(inherited from Identity )
| |
Put a key on my keyring. (inherited from Identity )
| |
Add a key for the given perspective. (inherited from Identity )
| |
I return some random data. | |
Returns a list of all services and perspectives this identity can connect to. (inherited from Identity )
| |
Remove a key from my keyring. (inherited from Identity )
| |
Get a perspective request (a Deferred) for the given key. (inherited from Identity )
| |
Get the first available perspective for a given service. (inherited from Identity )
| |
Persist this Identity to the authorizer. (inherited from Identity )
| |
(legacy) Set a password for this identity, already md5 hashed. (inherited from Identity )
| |
setPassword(self,
plaintext)
| |
upgradeToVersion2(self)
(inherited from Identity )
| |
Verify a challenge/response password. (inherited from Identity )
| |
Verify plain text password. (inherited from Identity )
| |
verifyResponse(self,
digest,
response)
|
Method Details |
---|
challenge(self)I return some random data. This is a method in addition to the module-level function because it is anticipated that we will want to change this to store salted passwords.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:29 2003 | http://epydoc.sf.net |