Uses of Class
org.freedesktop.dbus.connections.SASL.SaslMode
-
Packages that use SASL.SaslMode Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.config org.freedesktop.dbus.connections.transports -
-
Uses of SASL.SaslMode in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslMode Modifier and Type Method Description static SASL.SaslModeSASL.SaslMode. valueOf(java.lang.String name)Returns 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.SaslMode Modifier and Type Field Description private SASL.SaslModeSaslConfig. modeMethods in org.freedesktop.dbus.connections.config that return SASL.SaslMode Modifier and Type Method Description SASL.SaslModeSaslConfig. getMode()Methods in org.freedesktop.dbus.connections.config with parameters of type SASL.SaslMode Modifier and Type Method Description voidSaslConfig. setMode(SASL.SaslMode _mode) -
Uses of SASL.SaslMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return SASL.SaslMode Modifier and Type Method Description protected SASL.SaslModeAbstractTransport. getSaslMode()Deprecated, for removal: This API element is subject to removal in a future version.please useAbstractTransport.getSaslConfig().getMode() insteadMethods in org.freedesktop.dbus.connections.transports with parameters of type SASL.SaslMode Modifier and Type Method Description protected 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
-