Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module credentials :: Class IUsernameCryptPassword |
|
object
--+ |Interface
--+ |ICredentials
--+ | IUsernameCryptPassword
I encapsulate a username and check crypted passwords.
This credential interface is used when a crypt password is received from the party requesting authentication. CredentialCheckers which check this kind of credential must store the passwords in plaintext or crypt form.Method Summary | |
---|---|
Validate these credentials against the correct crypt password. | |
Inherited from Interface | |
(Class method) | |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
str |
username : The username associated with these credentials. |
Class Variable Summary | |
---|---|
Inherited from ICredentials | |
__implements__ : Implementors _must_ provide an __implements__ attribute which contains
at least the list of sub-interfaces of ICredentials to which it
conforms. |
Instance Method Details |
---|
checkCryptPassword(self, cryptPassword)Validate these credentials against the correct crypt password.
|
Instance Variable Details |
---|
usernameThe username associated with these credentials.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 | http://epydoc.sf.net |