Uses of Enum Class
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 with parameters of type TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionSaslConfigBuilder.withAuthMode(TransportBuilder.SaslAuthMode _types) Setup the authentication mode to use. -
Uses of TransportBuilder.SaslAuthMode in org.freedesktop.dbus.connections.transports
Subclasses with type arguments of type TransportBuilder.SaslAuthMode in org.freedesktop.dbus.connections.transportsModifier and TypeClassDescriptionstatic enumRepresents supported SASL authentication modes.Methods in org.freedesktop.dbus.connections.transports that return TransportBuilder.SaslAuthModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransportBuilder.SaslAuthMode[]TransportBuilder.SaslAuthMode.values()Returns an array containing the constants of this enum class, in the order they are declared.