Part of twisted.spread.pb View Source View In Hierarchy
Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword, twisted.spread.pb.IUsernameMD5Password
| Method | __init__ | Undocumented |
| Method | remote_respond | Undocumented |
| Method | checkPassword | Validate these credentials against the correct password. |
| Method | checkMD5Password | Validate these credentials against the correct MD5 digest of password. |
Inherited from _JellyableAvatarMixin:
| Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and |
| Parameters | password | The correct, plaintext password against which to check. |
| Returns | a deferred which becomes, or a boolean indicating if the password matches. | |
| Parameters | password | The correct, plaintext password against which to check. |
| Returns | a deferred which becomes, or a boolean indicating if the password matches. | |