(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: ucb ::

exception AuthenticationRequest
Base Hierarchy
AuthenticationRequest
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Description
An error specifing lack of correct authentication data (e.g., to log into an account).

Elements' Summary
ServerName The name of the server (if applicable).  
Diagnostic Any diagnostic message about the failure to log in (if applicable; it will typically be an english phrase or sentence).  
HasRealm Specifies if the authentication involves a 'realm' (as can be the case for HTTP).  
Realm Any already specified realm. If HasRealm is false, this member should be ignored.  
HasUserName Specifies if the authentication involves a 'user name' (as is almost always the case).  
UserName Any already specified user name. If HasUserName is false, this member should be ignored.  
HasPassword Specifies if the authentication involves a 'password' (as is almost always the case).  
Password Any already specified password. If HasPassword is false, this member should be ignored.  
HasAccount Specifies if the authentication involves an 'account' (as can be the case for FTP).  
Account Any already specified account. If HasAccount is false, this member should be ignored.  
Elements' Details
ServerName
string ServerName;
Description
The name of the server (if applicable).
Diagnostic
string Diagnostic;
Description
Any diagnostic message about the failure to log in (if applicable; it will typically be an english phrase or sentence).
HasRealm
boolean HasRealm;
Description
Specifies if the authentication involves a 'realm' (as can be the case for HTTP).
Realm
string Realm;
Description
Any already specified realm. If HasRealm is false, this member should be ignored.
HasUserName
boolean HasUserName;
Description
Specifies if the authentication involves a 'user name' (as is almost always the case).
UserName
string UserName;
Description
Any already specified user name. If HasUserName is false, this member should be ignored.
HasPassword
boolean HasPassword;
Description
Specifies if the authentication involves a 'password' (as is almost always the case).
Password
string Password;
Description
Any already specified password. If HasPassword is false, this member should be ignored.
HasAccount
boolean HasAccount;
Description
Specifies if the authentication involves an 'account' (as can be the case for FTP).
Account
string Account;
Description
Any already specified account. If HasAccount is false, this member should be ignored.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.