interface XInteractionSupplyAuthentication in module com::sun::star::ucb:: |
interface XInteractionSupplyAuthentication : com::sun::star::task::XInteractionContinuation ;
An interaction continuation handing back some authentication data.
This continuation is typically used in conjunction with AuthenticationRequest .
Method Summary |
|
| canSetRealm | Specifies if a new 'realm' value can be handed back. |
| setRealm | Set a new 'realm' value to hand back. |
| canSetUserName | Specifies if a 'user name' value can be handed back. |
| setUserName | Set a new 'user name' value to hand back. |
| canSetPassword | Specifies if a 'password' value can be handed back. |
| setPassword | Set a new 'password' value to hand back. |
| getRememberPasswordModes | Specifies the available modes of how long to remember the password. |
| setRememberPassword | Set a new mode of how long to remember the password. |
| canSetAccount | Specifies if an 'account' value can be handed back. |
| setAccount | Set a new 'account' value to hand back. |
| getRememberAccountModes | Specifies the available modes of how long to remember the account. |
| setRememberAccount | Set a new mode of how long to remember the account. |
Method Details |
|||||||||||||
|
|||||||||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.