| Home | Trees | Indices | Help |
|
|---|
|
|
The SCRAM-SHA-1-PLUS server authenticator.
Authentication properties used: same as for SCRAM_SHA_1_ServerAuthenticator, plus:
- "channel-binding" - channel-binding data, as a dictionary channel-binding-type (
unicode) -> channel-binding data(bytes). Channel binding type should be 'tls-unique', as other may be not supported by the other side.
Authentication properties returned: same as for SCRAM_SHA_1_ServerAuthenticator
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_pyxmpp_sasl_preference = 50
|
|||
_pyxmpp_sasl_secure = 90
|
|||
|
Inherited from Inherited from 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
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 22 12:47:31 2013 | http://epydoc.sourceforge.net |