Molybden API
Loading...
Searching...
No Matches
molybden::Passwords Class Referenceabstract

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< Profileprofile ()=0
 The profile of this password store.
 
virtual std::vector< PasswordRecordsaved ()=0
 Returns only saved records from the password store.
 
virtual std::vector< PasswordRecordneverSaved ()=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.
 

Detailed Description

A service for working with logins and passwords saved in the Chromium password store.

Member Function Documentation

◆ removeByUrl()

virtual void molybden::Passwords::removeByUrl ( std::string  url)
pure virtual

Removes records associated with this URL from the password store.

Parameters
urlthe URL for which records must be removed.

The documentation for this class was generated from the following file: