22module
com { module sun { module star { module ucb {
Specifies a way of how to continue from an com::sun::star::task::XInteractionRequest.
Definition XInteractionContinuation.idl:30
An interaction continuation handing back some authentication data.
Definition XInteractionSupplyAuthentication.idl:30
sequence< com::sun::star::ucb::RememberAuthentication > getRememberPasswordModes([out] com::sun::star::ucb::RememberAuthentication Default)
Specifies the available modes of how long to remember the password.
void setRealm([in] string Realm)
Set a new "realm" value to hand back.
void setAccount([in] string Account)
Set a new "account" value to hand back.
boolean canSetUserName()
Specifies if a "user name" value can be handed back.
void setPassword([in] string Password)
Set a new "password" value to hand back.
void setRememberPassword([in] com::sun::star::ucb::RememberAuthentication Remember)
Set a new mode of how long to remember the password.
boolean canSetAccount()
Specifies if an "account" value can be handed back.
sequence< com::sun::star::ucb::RememberAuthentication > getRememberAccountModes([out] com::sun::star::ucb::RememberAuthentication Default)
Specifies the available modes of how long to remember the account.
void setRememberAccount([in] com::sun::star::ucb::RememberAuthentication Remember)
Set a new mode of how long to remember the account.
void setUserName([in] string UserName)
Set a new "user name" value to hand back.
boolean canSetPassword()
Specifies if a "password" value can be handed back.
boolean canSetRealm()
Specifies if a new "realm" value can be handed back.
RememberAuthentication
A specification of how long to remember some authentication data.
Definition RememberAuthentication.idl:27
Definition Ambiguous.idl:20