22 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:63
An error specifying lack of correct authentication data (e.g., to log into an account).
Definition: AuthenticationRequest.idl:27
boolean HasAccount
Specifies if the authentication involves an "account" (as can be the case for FTP).
Definition: AuthenticationRequest.idl:74
Definition: Ambiguous.idl:20
string Realm
Any already specified realm.
Definition: AuthenticationRequest.idl:47
string Diagnostic
Any diagnostic message about the failure to log in (if applicable; it will typically be an English ph...
Definition: AuthenticationRequest.idl:36
string UserName
Any already specified user name.
Definition: AuthenticationRequest.idl:58
string ServerName
The name of the server (if applicable).
Definition: AuthenticationRequest.idl:31
boolean HasUserName
Specifies if the authentication involves a "user name" (as is almost always the case).
Definition: AuthenticationRequest.idl:52
string Account
Any already specified account.
Definition: AuthenticationRequest.idl:80
A classified interaction request.
Definition: ClassifiedInteractionRequest.idl:26
string Password
Any already specified password.
Definition: AuthenticationRequest.idl:69
boolean HasRealm
Specifies if the authentication involves a "realm" (as can be the case for HTTP). ...
Definition: AuthenticationRequest.idl:41