LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
XPasswordContainer2 Interface Referencepublished

Provides a unified interface for the PasswordContainer service to implement. More...

import "XPasswordContainer2.idl";

Inheritance diagram for XPasswordContainer2:
XPasswordContainer XMasterPasswordHandling2 XUrlContainer XInterface XMasterPasswordHandling XInterface XInterface PasswordContainer

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

- Public Member Functions inherited from XPasswordContainer
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< UrlRecordgetAllPersistent ([in] XInteractionHandler Handler)
 Get all records from the file. More...
 
- Public Member Functions inherited from XMasterPasswordHandling2
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...
 
- Public Member Functions inherited from XUrlContainer
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...
 

Detailed Description

Provides a unified interface for the PasswordContainer service to implement.

Since
LibreOffice 4.0

Exported Interfaces

handles passwords

Use this interface to store or retrieve passwords.

handles passwords

Use this interface to store or retrieve passwords.


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