Package beepy :: Package profiles :: Module saslotpprofile
[show private | hide private]
[frames | no frames]

Module beepy.profiles.saslotpprofile

This module implements the SASL OTP (One Time Password) mechanism as a BEEPy profile.
Classes
OTPdbase This is a Mixin class to provide standard OTP database access methods.
OTPDictionary The OTPDictionary contains a list of 'words' used to encode bytestrings into a human readable form that's easy to memorise and respond to.
OTPGenerator An OTPGenerator provides the methods required to generate One Time Passwords.
OTPUserEntry This class defines the values that are required for a user entry in an OTP database.
SASLOTPProfile A SASLOTPProfile is a SASL Profile that implements the OTP mechanism for one time password authentication.

Variable Summary
str __profileClass__ = 'SASLOTPProfile'
str uri = 'http://iana.org/beep/SASL/OTP'

Variable Details

__profileClass__

Type:
str
Value:
'SASLOTPProfile'                                                       

uri

Type:
str
Value:
'http://iana.org/beep/SASL/OTP'                                        

Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 http://epydoc.sf.net