Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Package sasl :: Module plain :: Class PlainServerAuthenticator |
|
ServerAuthenticator
--+
|
PlainServerAuthenticator
Provides PLAIN SASL authentication for a server.
Method Summary | |
---|---|
Initialize a `PlainServerAuthenticator` object. | |
Process a client reponse. | |
Start the authentication process. |
Method Details |
---|
__init__(self,
password_manager)
|
response(self, response)Process a client reponse. :Parameters: - `response`: the response from the client. :Types: - `response`: `str` :return: a challenge, a success indicator or a failure indicator. :returntype: `sasl.Challenge`, `sasl.Success` or `sasl.Failure` |
start(self, response)Start the authentication process. :Parameters: - `response`: the initial response from the client. :Types: - `response`: `str` :return: a challenge, a success indicator or a failure indicator. :returntype: `sasl.Challenge`, `sasl.Success` or `sasl.Failure`
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:36:57 2006 | http://epydoc.sf.net |