- All Implemented Interfaces:
- com.ibm.mq.MQSecurityExit
public class SimpleSecurityExit
extends java.lang.Object
implements com.ibm.mq.MQSecurityExit
SimpleSecurityExit sets the username and password and sends them over
for the authentication on the server side. If the application does not
specify the password, it will use the default username and password of the
exit, instead. The default username and password can be defined with
the string of username:password via the field of either SCYUSERSATA or
SecurityData. In case there is no security exit enabled on the server side,
it will skip the exit and resume the connection as if there is no
security exit enabled. It supports both MQ V5.3 and MQ V6.
- Author:
- yannanlu@yahoo.com