Verwendungen von Klasse
org.freedesktop.dbus.connections.config.SaslConfigBuilder
-
Verwendungen von SaslConfigBuilder in org.freedesktop.dbus.connections.config
Modifizierer und TypMethodeBeschreibungTransportConfigBuilder.configureSasl()
Switch to theSaslConfigBuilder
to configure the SASL authentication mechanism.
Useback()
to return to this builder when finished.SaslConfigBuilder.withAuthMode
(TransportBuilder.SaslAuthMode _types) Setup the authentication mode to use.SaslConfigBuilder.withSaslUid
(Long _saslUid) Setup the user ID to use for authentication when using unix sockets.
Will default to the user ID of the user running the current process.SaslConfigBuilder.withStrictCookiePermissions
(boolean _strictCookiePermissions) Enable/disable checking of file permissions of the cookie files (used for DBUS_COOKIE_SHA1).
Cookie permission check will only be used on Linux/Unix like OSes.
Default is false (no strict checking).