| Home | Trees | Indices | Help |
|
|---|
|
|
Provides PLAIN SASL authentication for a client.
Authentication properties used:
- "username" - user name (required)
- "authzid" - authorization id (optional)
Authentication properties returned:
- "username" - user name
- "authzid" - authorization id
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| Response or Failure |
|
||
| Success or Failure |
|
||
|
Inherited from |
|||
|
|||
|
|||
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x9d2ca6c>
|
|||
_pyxmpp_sasl_preference = 50
|
|||
_pyxmpp_sasl_secure = 10
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Check if the provided properties are sufficient for
this authentication mechanism.
If `are_properties_sufficient` returns False for given `properties`
mapping, the `start` method of `cls` instance will also fail with
such argument.
:Parameters:
- `properties`: the `authentication properties`_
:Types:
- `properties`: mapping
:Return: if the mechanism can be used with those properties
|
Start the authentication process.
:Parameters:
- `properties`: the `authentication properties`_
:Types:
- `properties`: mapping
:return: the initial response to send to the server or a failuer
indicator.
:returntype: `Response` or `Failure`
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 22 12:47:31 2013 | http://epydoc.sourceforge.net |