Molybden API
|
A service for working with logins and passwords saved in the Chromium password store. More...
#include <passwords.hpp>
Public Member Functions | |
virtual std::shared_ptr< Profile > | profile ()=0 |
The profile of this password store. | |
virtual std::vector< PasswordRecord > | saved ()=0 |
Returns only saved records from the password store. | |
virtual std::vector< PasswordRecord > | neverSaved ()=0 |
Returns only blacklisted (marked as "never-saved") records from the password store. | |
virtual void | removeByUrl (std::string url)=0 |
Removes records associated with this URL from the password store. | |
virtual void | clear ()=0 |
Clears all records in the password store. | |
A service for working with logins and passwords saved in the Chromium password store.
|
pure virtual |
Removes records associated with this URL from the password store.
url | the URL for which records must be removed. |