Secret.BackendInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
clear |
r |
implementation of [func`password_clear`], required |
|
clear_finish |
r |
implementation of [func`password_clear_finish`], required |
|
ensure_for_flags |
r |
implementation of reinitialization step in constructor, optional |
|
ensure_for_flags_finish |
r |
implementation of reinitialization step in constructor, optional |
|
lookup |
r |
implementation of [func`password_lookup`], required |
|
lookup_finish |
r |
implementation of [func`password_lookup_finish`], required |
|
parent_iface |
r |
the parent interface |
|
search |
r |
implementation of [func`password_search`], required |
|
search_finish |
r |
implementation of [func`password_search_finish`], required |
|
store |
r |
implementation of [func`password_store`], required |
|
store_finish |
r |
implementation of [func`password_store_finish`], required |
Methods¶
None
Details¶
- class Secret.BackendInterface¶
The interface for
Secret.Backend
.New in version 0.19.0.