Methods' Details
|
- canSetRealm
-  
boolean
canSetRealm();
- Description
- Specifies if a new 'realm' value can be handed back.
|
- setRealm
-  
- void
setRealm(
-
- Description
- Set a new 'realm' value to hand back.
This method should be called before
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
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
XInteractionContinuation::select ,
and should only be called if
XInteractionSupplyAuthentication::canSetPassword
returned true .
|
- getRememberPasswordModes
-  
- sequence< com::sun::star::ucb::RememberAuthentication >
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
-  
- void
setRememberPassword(
-
- Description
- Set a new mode of how long to remember the password.
This method should be called before
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
-  
boolean
canSetAccount();
- Description
- Specifies if an 'account' value can be handed back.
|
- setAccount
-  
- void
setAccount(
-
- Description
- Set a new 'account' value to hand back.
This method should be called before
XInteractionContinuation::select ,
and should only be called if
XInteractionSupplyAuthentication::canSetAccount
returned true .
|
- getRememberAccountModes
-  
- sequence< com::sun::star::ucb::RememberAuthentication >
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
-  
- void
setRememberAccount(
-
- Description
- Set a new mode of how long to remember the account.
This method should be called before
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 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.