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 );