Package flumotion :: Package twisted :: Module credentials :: Class UsernameCryptPasswordPlaintext
[show private | hide private]
[frames | no frames]

Class UsernameCryptPasswordPlaintext

Known Subclasses:
KeycardUACPP

I take a username and a plaintext password. I implement IUsernameCryptPassword.
Method Summary
  __init__(self, username, password)
  checkCryptPassword(self, cryptPassword)
Check credentials against the given cryptPassword.

Class Variable Summary
tuple __implements__ = (<class 'flumotion.twisted.credentials....

Method Details

checkCryptPassword(self, cryptPassword)

Check credentials against the given cryptPassword.

Class Variable Details

__implements__

Type:
tuple
Value:
(<class 'flumotion.twisted.credentials.IUsernameCryptPassword'>,)      

Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 http://epydoc.sf.net