Uses of Enum
org.freedesktop.dbus.connections.transports.TransportBuilder.SaslAuthMode
Packages that use TransportBuilder.SaslAuthMode
Package
Description
-
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that return TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionEmbeddedDBusDaemon.getSaslAuthMode()The currently configuredTransportBuilder.SaslAuthMode.Methods in org.freedesktop.dbus.bin with parameters of type TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionvoidEmbeddedDBusDaemon.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 that return TransportBuilder.SaslAuthModeMethods in org.freedesktop.dbus.connections.config with parameters of type TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionvoidTransportConfig.setAuthMode(TransportBuilder.SaslAuthMode _authMode) TransportConfigBuilder.withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode) Set a different SASL authentication mode. -
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionReturns 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.SaslAuthModeModifier and TypeMethodDescriptionTransportBuilder.withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode) Deprecated, for removal: This API element is subject to removal in a future version.
TransportBuilder.configure()