setDirectAuth

 

public void setDirectAuth(int authority) throws JMSException;

Sets the type of direct authentication that is required.

Parameters

  • authority - one of the following:

    • JMSC.MQJMS_DIRECTAUTH_BASIC

    • JMSC.MQJMS_DIRECTAUTH_CERTIFICATE

Exceptions

  • JMSException - if authority is neither of the above.


uj28450_