| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Represents an interface that will be used to query for user information which are necessary to login to a network resource. More...
import "XAuthenticator.idl";
 
  
| Public Member Functions | |
| string | getUserName () | 
| Will be called when the user name is needed. | |
| string | getPassword () | 
| Will be called when the password of the user is needed. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Represents an interface that will be used to query for user information which are necessary to login to a network resource.
An implementation of this interface may for instance show a dialog to query the user for the necessary data.
| string getPassword | ( | ) | 
Will be called when the password of the user is needed.
| string getUserName | ( | ) | 
Will be called when the user name is needed.