Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: ucb ::
|
| interface XInteractionSupplyAuthentication |
- Base Interfaces
XInteractionSupplyAuthentication
┗ ::com::sun::star::task::XInteractionContinuation
-
|
- Description
- An interaction continuation handing back some authentication data.
This continuation is typically used in conjunction with
AuthenticationRequest.
|
| Methods' Details |
canSetRealm
- Description
- Specifies if a new 'realm' value can be handed back.
|
|
| setRealm
|
canSetUserName
| boolean |
| canSetUserName(); |
- Description
- Specifies if a 'user name' value can be handed back.
|
|
| setUserName
|
canSetPassword
| boolean |
| canSetPassword(); |
- Description
- Specifies if a 'password' value can be handed back.
|
|
| setPassword
|
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
|
canSetAccount
- Description
- Specifies if an 'account' value can be handed back.
|
|
| setAccount
|
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
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.