19 #ifndef __com_sun_star_ucb_AuthenticationRequest_idl__
20 #define __com_sun_star_ucb_AuthenticationRequest_idl__
26 module com { module sun { module star { module ucb {
boolean HasPassword
Specifies if the authentication involves a "password" (as is almost always the case).
Definition: AuthenticationRequest.idl:67
An error specifying lack of correct authentication data (e.g., to log into an account).
Definition: AuthenticationRequest.idl:31
boolean HasAccount
Specifies if the authentication involves an "account" (as can be the case for FTP).
Definition: AuthenticationRequest.idl:78
string Realm
Any already specified realm.
Definition: AuthenticationRequest.idl:51
string Diagnostic
Any diagnostic message about the failure to log in (if applicable; it will typically be an English ph...
Definition: AuthenticationRequest.idl:40
string UserName
Any already specified user name.
Definition: AuthenticationRequest.idl:62
string ServerName
The name of the server (if applicable).
Definition: AuthenticationRequest.idl:35
boolean HasUserName
Specifies if the authentication involves a "user name" (as is almost always the case).
Definition: AuthenticationRequest.idl:56
string Account
Any already specified account.
Definition: AuthenticationRequest.idl:84
A classified interaction request.
Definition: ClassifiedInteractionRequest.idl:32
string Password
Any already specified password.
Definition: AuthenticationRequest.idl:73
boolean HasRealm
Specifies if the authentication involves a "realm" (as can be the case for HTTP). ...
Definition: AuthenticationRequest.idl:45