Home | Trees | Indices | Help |
|
---|
|
|
|||
Inherited from |
|
|||
|
|||
|
|||
sasl.Response or sasl.Failure |
|
||
sasl.Response or sasl.Failure |
|
||
sasl.Response or sasl.Failure |
|
||
sasl.Success or sasl.Failure |
|
||
Inherited from Inherited from |
|
|||
|
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f52caa9ec10>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f52cab
|
|||
Inherited from |
|
|||
password current authentication password |
|||
pformat current authentication password format |
|||
realm current authentication realm |
|
|||
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`
|
|
|
|
Process success indicator from the server. Process any addiitional data passed with the success. Fail if the server was not authenticated.
|
|
_abc_negative_cache
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 22 13:35:59 2022 | http://epydoc.sourceforge.net |