| 
    LibreOffice
    
   LibreOffice 24.2 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.  More... | |
| string | getPassword () | 
| Will be called when the password of the user is needed.  More... | |
  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object.  More... | |
| void | acquire () | 
| increases the reference counter by one.  More... | |
| void | release () | 
| decreases the reference counter by one.  More... | |
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.
 1.8.14