Uses of Enum Class
com.lucimber.dbus.connection.sasl.SaslCommandName
Packages that use SaslCommandName
Package
Description
Simple Authentication and Security Layer (SASL) implementation for D-Bus authentication.
-
Uses of SaslCommandName in com.lucimber.dbus.connection.sasl
Methods in com.lucimber.dbus.connection.sasl that return SaslCommandNameModifier and TypeMethodDescriptionSaslMessage.getCommandName()Returns the name of the SASL command.static SaslCommandNameReturns the enum constant of this class with the specified name.static SaslCommandName[]SaslCommandName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.lucimber.dbus.connection.sasl with parameters of type SaslCommandNameModifierConstructorDescriptionSaslMessage(SaslCommandName commandName, String commandArgs) Constructs a newSaslMessage.