tibemsConnectionFactory_GetSSLProxyUser


Function

Purpose

Get the SSL proxy username from a connection factory.

C Declaration

tibems_status tibemsConnectionFactory_GetSSLProxyUser( 
    tibemsAnyConnectionFactory factory, 
    const char** proxy_user); 

COBOL Call

CALL "tibemsConnectionFactory_GetSSLProxyUser" 
     USING BY VALUE factory, 
           BY REFERENCE proxy-user, 
     RETURNING tibems-status 
END-CALL. 

factory and proxy-user have usage pointer.

Parameter
Description
factory
Get the SSL proxy username from this connection factory.
You may supply any type of connection factory, and cast it to tibemsAnyConnectionFactory.
proxy_user
The function stores the proxy user name in this location.

See Also

tibemsConnectionFactory_SetSSLProxyAuth


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com