| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Module streamsasl :: Class StreamSASLMixIn |
|
PasswordManager --+
|
StreamSASLMixIn
StreamSASL authentication mix-in class for XMPP stream.
| Method Summary | |
|---|---|
Initialize Stream object :Parameters: - `sasl_mechanisms`: sequence of SASL mechanisms allowed for authentication. | |
| Inherited from PasswordManager | |
Check if the authenticated entity is allowed to use given authorization id. | |
Check the password validity. | |
Choose an authentication realm from the list provided by the server. | |
Generate a random string for digest authentication challenges. | |
Get the password for user authentication. | |
Get available realms list. | |
Return the host name for DIGEST-MD5 'digest-uri' field. | |
Return the service name for DIGEST-MD5 'digest-uri' field. | |
Return the service type for DIGEST-MD5 'digest-uri' field. | |
| Method Details |
|---|
__init__(self,
sasl_mechanisms=())
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:37:00 2006 | http://epydoc.sf.net |