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
Fields in org.freedesktop.dbus.bin declared as TransportBuilder.SaslAuthModeModifier and TypeFieldDescriptionprivate TransportBuilder.SaslAuthModeEmbeddedDBusDaemon.saslAuthModeMethods 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 with parameters of type TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionSaslConfigBuilder.withAuthMode(TransportBuilder.SaslAuthMode _types) Setup the authentication mode to use.TransportConfigBuilder.withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode) Deprecated, for removal: This API element is subject to removal in a future version. -
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.please useTransportBuilder.configure()
TransportConfigBuilder.configureSasl()instead