LibreOffice
LibreOffice 5.0 SDK API Reference
|
Provides a unified interface for the PasswordContainer service to implement. More...
import "XPasswordContainer2.idl";
Exported Interfaces | |
interface | com::sun::star::task::XPasswordContainer |
handles passwords More... | |
interface | com::sun::star::task::XMasterPasswordHandling2 |
handles passwords More... | |
interface | com::sun::star::task::XUrlContainer |
Additional Inherited Members | |
![]() | |
void | add ([in] string Url,[in] string UserName,[in] sequence< string > Passwords,[in] XInteractionHandler Handler) |
Save passwords in to the container. More... | |
void | addPersistent ([in] string Url,[in] string UserName,[in] sequence< string > Passwords,[in] XInteractionHandler Handler) |
Save passwords in to 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... | |
![]() | |
boolean | useDefaultMasterPassword ([in] XInteractionHandler xHandler) |
allows to let the default password be used More... | |
boolean | isDefaultMasterPasswordUsed () |
allows to detect whether the default master password is used More... | |
![]() | |
void | addUrl ([in] string Url,[in] boolean MakePersistent) |
Add a URL to the container. More... | |
string | findUrl ([in] string Url) |
Lookup a URL in the container. More... | |
void | removeUrl ([in] string Url) |
Remove a URL from the container. More... | |
sequence< string > | getUrls ([in] boolean OnlyPersistent) |
Get all URLs. More... | |
Provides a unified interface for the PasswordContainer service to implement.
handles passwords
Use this interface to store or retrieve passwords.
interface com::sun::star::task::XPasswordContainer |
handles passwords
Use this interface to store or retrieve passwords.
interface com::sun::star::task::XUrlContainer |