securityExit

 

public static com.ibm.mq.MQSecurityExit

The security exit used when connecting to a queue manager. It allows you to customize the security flows that occur when an attempt is made to connect to a queue manager.

If you want to provide your own security exit, define a class that implements the MQSecurityExit interface and assign securityExit to an instance of that class.

If you set this field to null no security exit is called.


uj12460_