Uses of Enum Class
com.lucimber.dbus.connection.sasl.SaslAuthMechanism
Packages that use SaslAuthMechanism
Package
Description
Simple Authentication and Security Layer (SASL) implementation for D-Bus authentication.
-
Uses of SaslAuthMechanism in com.lucimber.dbus.connection.sasl
Methods in com.lucimber.dbus.connection.sasl that return SaslAuthMechanismModifier and TypeMethodDescriptionstatic SaslAuthMechanismSaslAuthMechanism.fromString(String customName) Translates the custom string representation back to the corresponding enum.static SaslAuthMechanismReturns the enum constant of this class with the specified name.static SaslAuthMechanism[]SaslAuthMechanism.values()Returns an array containing the constants of this enum class, in the order they are declared.