19 #ifndef __com_sun_star_ucb_XInteractionSupplyAuthentication_idl__ 20 #define __com_sun_star_ucb_XInteractionSupplyAuthentication_idl__ 27 module
com { module sun { module star { module ucb {
38 boolean canSetRealm();
48 void setRealm( [in]
string Realm );
52 boolean canSetUserName();
62 void setUserName( [in]
string UserName );
66 boolean canSetPassword();
76 void setPassword( [in]
string Password );
106 boolean canSetAccount();
117 void setAccount( [in]
string Account );
Specifies a way of how to continue from an com::sun::star::task::XInteractionRequest.
Definition: XInteractionContinuation.idl:33
Any product.
Definition: MozillaProductType.idl:36
Definition: Ambiguous.idl:22
An interaction continuation handing back some authentication data.
Definition: XInteractionSupplyAuthentication.idl:34
RememberAuthentication
A specification of how long to remember some authentication data.
Definition: RememberAuthentication.idl:28