getDirectAuth

 

public int getDirectAuth() throws JMSException;

Gets the type of direct authentication that is required.

Returns

  • one of the following:

    • JMSC.MQJMS_DIRECTAUTH_BASIC

    • JMSC.MQJMS_DIRECTAUTH_CERTIFICATE

Exceptions

  • JMSException - if an internal error occurs.


uj27820_