Module flexpass
Main public API.
Functions
|
Scan all registered backends, ordered by decreasing priority, and return the first password found with the given name. |
|
Set the given password in the writable backend with the highest priority. |
|
Delete the given password in all writable backends where the password was set. |
List all available passwords. |
|
|
Get instanciated backend by name (or by subclasss of Backend if only one backend is registered for this subclass). |
Get all instanciated backends. |
|
Get all registered backend definitions. |
|
|
Register a new Backend. |
Classes
|
Information about a password retrieved through |
|
Base class for backend implementations. |
|
Definition of a backend, used particularly before the backend instanciation. |
Exceptions
|
No backend found for this name or class. |
|
Generic error raised by a backend. |
|
Backend currently not available, or no backend available. |