Uses of Class
org.freedesktop.dbus.connections.config.SaslConfig
Packages that use SaslConfig
-
Uses of SaslConfig in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with parameters of type SaslConfigModifier and TypeMethodDescriptionbooleanSASL.auth(SaslConfig _config, SocketChannel _sock, AbstractTransport _transport) Performs SASL auth on the given socketchannel. -
Uses of SaslConfig in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return SaslConfigModifier and TypeMethodDescriptionprotected SaslConfigAbstractTransport.getSaslConfig()Returns the current configuration used for SASL authentication.