Uses of Enum
org.freedesktop.dbus.connections.SASL.SaslMode
Packages that use SASL.SaslMode
Package
Description
-
Uses of SASL.SaslMode in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslModeModifier and TypeMethodDescriptionstatic SASL.SaslModeReturns the enum constant of this type with the specified name.static SASL.SaslMode[]SASL.SaslMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SASL.SaslMode in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as SASL.SaslModeMethods in org.freedesktop.dbus.connections.config that return SASL.SaslModeMethods in org.freedesktop.dbus.connections.config with parameters of type SASL.SaslMode -
Uses of SASL.SaslMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return SASL.SaslModeModifier and TypeMethodDescriptionprotected SASL.SaslModeAbstractTransport.getSaslMode()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.freedesktop.dbus.connections.transports with parameters of type SASL.SaslModeModifier and TypeMethodDescriptionprotected voidAbstractTransport.setSaslMode(SASL.SaslMode _saslMode) Deprecated, for removal: This API element is subject to removal in a future version.please useAbstractTransport.getSaslConfig().setMode(int) instead
AbstractTransport.getSaslConfig().getMode() instead