Uses of Class
org.freedesktop.dbus.connections.SASL.SaslMode
-
Packages that use SASL.SaslMode Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.transports -
-
Uses of SASL.SaslMode in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslMode Modifier and Type Method Description static SASL.SaslModeSASL.SaslMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SASL.SaslMode[]SASL.SaslMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.connections with parameters of type SASL.SaslMode Modifier and Type Method Description booleanSASL. auth(SASL.SaslMode mode, int types, String guid, OutputStream out, InputStream in, Socket us)performs SASL auth on the given streams. -
Uses of SASL.SaslMode in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return SASL.SaslMode Modifier and Type Method Description protected SASL.SaslModeAbstractTransport. getSaslMode()Methods in org.freedesktop.dbus.connections.transports with parameters of type SASL.SaslMode Modifier and Type Method Description protected voidAbstractTransport. setSaslMode(SASL.SaslMode _saslMode)
-