Mapping credentials for Connect:Direct by using exit classes
If you do not want to use the default credential mapping function of the Connect:Direct® bridge agent, you can map user credentials in Managed File Transfer to user credentials on a Connect:Direct node by writing your own user exit. Configuring your own credential mapping user exits disables the default credential mapping function.
About this task
User exits that you create for mapping Connect:Direct credentials must
implement the interface com.ibm.wmqfte.exitroutine.api.ConnectDirectCredentialExit
.
For more information, see CDCredentialExit.java interface.