19 #ifndef __com_sun_star_task_XPasswordContainer_idl__
20 #define __com_sun_star_task_XPasswordContainer_idl__
28 module com { module sun { module star { module task {
47 void add( [in]
string Url, [in]
string UserName, [in] sequence<string> Passwords, [in]
XInteractionHandler Handler );
62 void addPersistent( [in]
string Url, [in]
string UserName, [in] sequence<string> Passwords, [in]
XInteractionHandler Handler );
93 void remove( [in]
string Url, [in]
string UserName );
103 void removePersistent( [in]
string Url, [in]
string UserName );
107 void removeAllPersistent();
An interaction request handler.
Definition: XInteractionHandler.idl:32
Allows to save passwords with URL-pattern, to use them later.
Definition: XPasswordContainer.idl:32
Definition: UrlRecord.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47