Methods' Details |
canSetRealm
- Description
- Specifies if a new "realm" value can be handed back.
|
|
setRealm
void |
setRealm( |
[in] string |
Realm ); |
- Description
- Set a new "realm" value to hand back.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetRealm() returned
`TRUE`.
|
|
canSetUserName
boolean |
canSetUserName(); |
- Description
- Specifies if a "user name" value can be handed back.
|
|
setUserName
void |
setUserName( |
[in] string |
UserName ); |
- Description
- Set a new "user name" value to hand back.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetUserName()
returned `TRUE`.
|
|
canSetPassword
boolean |
canSetPassword(); |
- Description
- Specifies if a "password" value can be handed back.
|
|
setPassword
void |
setPassword( |
[in] string |
Password ); |
- Description
- Set a new "password" value to hand back.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetPassword()
returned `TRUE`.
|
|
getRememberPasswordModes
- Description
- Specifies the available modes of how long to remember the password.
- Parameter Default
- Returns the default mode (to be initially displayed to the user).
- Returns
- A sequence of available modes to hand back. Each individual mode
should appear at most once in the sequence. If the sequence is empty,
a new mode cannot be handed back.
|
|
setRememberPassword
- Description
- Set a new mode of how long to remember the password.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::setPassword()
is also called.
- Parameter Remember
- The mode to hand back, should be contained in the sequence returned by
XInteractionSupplyAuthentication::getRememberPasswordModes().
|
|
canSetAccount
- Description
- Specifies if an "account" value can be handed back.
|
|
setAccount
void |
setAccount( |
[in] string |
Account ); |
- Description
- Set a new "account" value to hand back.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetAccount()
returned `TRUE`.
|
|
getRememberAccountModes
- Description
- Specifies the available modes of how long to remember the account.
- Parameter Default
- Returns the default mode (to be initially displayed to
the user).
- Returns
- A sequence of available modes to hand back. Each individual
mode should appear at most once in the sequence. If the sequence is
empty, a new mode cannot be handed back.
|
|
setRememberAccount
- Description
- Set a new mode of how long to remember the account.
This method should be called before
com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::setAccount()
is also called.
- Parameter Remember
- The mode to hand back, should be contained in the
sequence returned by
XInteractionSupplyAuthentication::getRememberAccountModes().
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.