java.lang.Object
org.freedesktop.dbus.connections.SASL

public class SASL extends Object
  • Field Details

  • Constructor Details

    • SASL

      @Deprecated(since="4.2.2 - 2023-02-03", forRemoval=true) public SASL()
      Deprecated, for removal: This API element is subject to removal in a future version.
      should not be used as SASL configuration is not provided
      Create a new SASL auth handler. Defaults to disable file descriptor passing.
    • SASL

      public SASL(SaslConfig _saslConfig)
      Create a new SASL auth handler.
      Parameters:
      _saslConfig - SASL configuration
  • Method Details