Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetUserPassword

tibemsConnectionFactory_SetUserPassword
Function
Purpose
Set the password used by the connection factory to authenticate itself with the EMS Server.
C Declaration
tibems_status
tibemsConnectionFactory_SetUserPassword(
    tibemsConnectionFactory factory,
    const char* password);
COBOL Call
CALL "tibemsConnectionFactory_SetUserPassword"
     USING BY VALUE factory,
           BY REFERENCE password,
           RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
Remarks
When a connection factory establishes an EMS server connection, the EMS server requests authentication. Use this call to set the password that the connection factory uses to authenticate itself with the EMS server. Notice that this server authentication data is different from SSL authentication data.
See Also
tibemsConnectionFactory_SetUserName on page 284

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved