IPWorks MQ 2020 Android Edition

Questions / Feedback?

AuthScheme Property

The authentication scheme to use when connecting.

Syntax

public int getAuthScheme();
public void setAuthScheme(int authScheme);

Enumerated values: public final static int smNone = 0; public final static int smSASLAnonymous = 1; public final static int smSASLPlain = 2;

Remarks

This property controls what authentication scheme the component should use when connecting to the remote host.

Valid values are:

  • smNone (0)
  • smSASLAnonymous (1) - Default
  • smSASLPlain (2)

This property is not available at design time.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Android Edition - Version 20.0 [Build 8155]