|
LibreOffice
LibreOffice 7.3 SDK API Reference
|
Allows to save passwords with URL-pattern, to use them later. More...
Public Member Functions | |
| void | add ([in] string Url, [in] string UserName, [in] sequence< string > Passwords, [in] XInteractionHandler Handler) |
| Save passwords into the container. More... | |
| void | addPersistent ([in] string Url, [in] string UserName, [in] sequence< string > Passwords, [in] XInteractionHandler Handler) |
| Save passwords into the container, and store them in the file. More... | |
| UrlRecord | find ([in] string Url, [in] XInteractionHandler Handler) |
| Find users with passwords for the url pattern. More... | |
| UrlRecord | findForName ([in] string Url, [in] string UserName, [in] XInteractionHandler Handler) |
| Find passwords for the url pattern and username. More... | |
| void | remove ([in] string Url, [in] string UserName) |
| Remove passwords for the url pattern and username. More... | |
| void | removePersistent ([in] string Url, [in] string UserName) |
| Remove passwords for the url pattern and username from the file. More... | |
| void | removeAllPersistent () |
| Clean the file. More... | |
| sequence< UrlRecord > | getAllPersistent ([in] XInteractionHandler Handler) |
| Get all records from the file. More... | |
Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More... | |
| void | acquire () |
| increases the reference counter by one. More... | |
| void | release () |
| decreases the reference counter by one. More... | |
Allows to save passwords with URL-pattern, to use them later.
| void add | ( | [in] string | Url, |
| [in] string | UserName, | ||
| [in] sequence< string > | Passwords, | ||
| [in] XInteractionHandler | Handler | ||
| ) |
Save passwords into the container.
| Url | URL-pattern, that will be used later to retrieve passwords. |
| UserName | The username. |
| Passwords | The password-list. |
| Handler | The handler to get super password to en/decrypt passwords |
| void addPersistent | ( | [in] string | Url, |
| [in] string | UserName, | ||
| [in] sequence< string > | Passwords, | ||
| [in] XInteractionHandler | Handler | ||
| ) |
Save passwords into the container, and store them in the file.
| Url | URL-pattern, that will be used later to retrieve passwords. |
| UserName | The username. |
| Passwords | The password-list. |
| Handler | The handler to get super password to en/decrypt passwords |
| UrlRecord find | ( | [in] string | Url, |
| [in] XInteractionHandler | Handler | ||
| ) |
Find users with passwords for the url pattern.
| Url | URL-pattern to retrieve password for. |
| Handler | The handler to get super password to en/decrypt passwords |
| UrlRecord findForName | ( | [in] string | Url, |
| [in] string | UserName, | ||
| [in] XInteractionHandler | Handler | ||
| ) |
Find passwords for the url pattern and username.
| Url | URL-pattern to retrieve passwords for. |
| UserName | Username to retrieve passwords for. |
| Handler | The handler to get super password to en/decrypt passwords |
| sequence< UrlRecord > getAllPersistent | ( | [in] XInteractionHandler | Handler | ) |
Get all records from the file.
| void remove | ( | [in] string | Url, |
| [in] string | UserName | ||
| ) |
Remove passwords for the url pattern and username.
| Url | URL-pattern to remove passwords for. |
| UserName | Username to remove passwords for. |
| void removeAllPersistent | ( | ) |
Clean the file.
| void removePersistent | ( | [in] string | Url, |
| [in] string | UserName | ||
| ) |
Remove passwords for the url pattern and username from the file.
| Url | URL-pattern to remove passwords for. |
| UserName | Username to remove passwords for. |