| Home | Trees | Indices | Help |
|
|---|
|
|
Base class for client authenticators.
A client authenticator class is a client-side implementation of a SASL mechanism. One ClientAuthenticator object may be used for one client authentication process.
|
|||
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
|||
|
|||
| Response or Failure |
|
||
| Success or Failure |
|
||
|
Inherited from |
|||
|
|||
|
|||
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7efe4d856b50>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7efe4d8
|
|||
_abc_negative_cache_version = 26hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7efe4d856a90>
|
|||
|
|||
|
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`
|
|
|
|
|||
_abc_negative_cache
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jul 8 13:43:01 2024 | http://epydoc.sourceforge.net |