LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
boolean canSetAccount()
Specifies if an "account" value can be handed back.
boolean canSetUserName()
Specifies if a "user name" value can be handed back.
void setRememberAccount([in] com::sun::star::ucb::RememberAuthentication Remember)
Set a new mode of how long to remember the account.
void setRealm([in] string Realm)
Set a new "realm" value to hand back.
@ Default
Any product.
Definition: MozillaProductType.idl:36
boolean canSetPassword()
Specifies if a "password" value can be handed back.
void setRememberPassword([in] com::sun::star::ucb::RememberAuthentication Remember)
Set a new mode of how long to remember the password.
void setAccount([in] string Account)
Set a new "account" value to hand back.
Specifies a way of how to continue from an com::sun::star::task::XInteractionRequest.
Definition: XInteractionContinuation.idl:34
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.
An interaction continuation handing back some authentication data.
Definition: XInteractionSupplyAuthentication.idl:35
RememberAuthentication
A specification of how long to remember some authentication data.
Definition: RememberAuthentication.idl:29
void setUserName([in] string UserName)
Set a new "user name" value to hand 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.
Definition: Ambiguous.idl:22
void setPassword([in] string Password)
Set a new "password" value to hand back.
boolean canSetRealm()
Specifies if a new "realm" value can be handed back.