Uses of Class
org.freedesktop.dbus.connections.transports.TransportBuilder.SaslAuthMode
-
Packages that use TransportBuilder.SaslAuthMode Package Description org.freedesktop.dbus.bin org.freedesktop.dbus.connections.config org.freedesktop.dbus.connections.transports -
-
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as TransportBuilder.SaslAuthMode Modifier and Type Field Description private TransportBuilder.SaslAuthModeEmbeddedDBusDaemon. saslAuthModeMethods in org.freedesktop.dbus.bin that return TransportBuilder.SaslAuthMode Modifier and Type Method Description TransportBuilder.SaslAuthModeEmbeddedDBusDaemon. getSaslAuthMode()The currently configuredTransportBuilder.SaslAuthMode.Methods in org.freedesktop.dbus.bin with parameters of type TransportBuilder.SaslAuthMode Modifier and Type Method Description voidEmbeddedDBusDaemon. setSaslAuthMode(TransportBuilder.SaslAuthMode _saslAuthMode)Use this to override the default authentication mode which would be used by the transport based on theBusAddress. -
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.connections.config
Methods in org.freedesktop.dbus.connections.config with parameters of type TransportBuilder.SaslAuthMode Modifier and Type Method Description SaslConfigBuilder<R>SaslConfigBuilder. withAuthMode(TransportBuilder.SaslAuthMode _types)Setup the authentication mode to use.XTransportConfigBuilder. withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode)Deprecated, for removal: This API element is subject to removal in a future version.useTransportConfigBuilder.configureSasl()instead -
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return TransportBuilder.SaslAuthMode Modifier and Type Method Description static TransportBuilder.SaslAuthModeTransportBuilder.SaslAuthMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransportBuilder.SaslAuthMode[]TransportBuilder.SaslAuthMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.connections.transports with parameters of type TransportBuilder.SaslAuthMode Modifier and Type Method Description TransportBuilderTransportBuilder. withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode)Deprecated, for removal: This API element is subject to removal in a future version.please useTransportBuilder.configure()
-