Uses of Class
org.freedesktop.dbus.connections.SASL.SaslResult
-
Packages that use SASL.SaslResult Package Description org.freedesktop.dbus.connections -
-
Uses of SASL.SaslResult in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslResult Modifier and Type Method Description (package private) SASL.SaslResultSASL. doChallenge(int _auth, SASL.Command _c)(package private) SASL.SaslResultSASL. doResponse(int _auth, java.lang.String _uid, java.lang.String _kernelUid, SASL.Command _c)static SASL.SaslResultSASL.SaslResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SASL.SaslResult[]SASL.SaslResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-