Uses of Enum Class
org.freedesktop.dbus.connections.SASL.SaslMode
Packages that use SASL.SaslMode
-
Uses of SASL.SaslMode in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslModeModifier and TypeMethodDescriptionstatic SASL.SaslModeReturns the enum constant of this class with the specified name.static SASL.SaslMode[]SASL.SaslMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.freedesktop.dbus.connections with parameters of type SASL.SaslModeModifier and TypeMethodDescriptionbooleanSASL.auth(SASL.SaslMode _mode, int _types, String _guid, SocketChannel _sock, AbstractTransport _transport) Performs SASL auth on the given socketchannel. -
Uses of SASL.SaslMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return SASL.SaslModeMethods in org.freedesktop.dbus.connections.transports with parameters of type SASL.SaslModeModifier and TypeMethodDescriptionprotected voidAbstractTransport.setSaslMode(SASL.SaslMode _saslMode)