Uses of Class
org.apache.qpid.protonj2.engine.sasl.client.SaslMechanisms
-
Packages that use SaslMechanisms Package Description org.apache.qpid.protonj2.engine.sasl.client -
-
Uses of SaslMechanisms in org.apache.qpid.protonj2.engine.sasl.client
Methods in org.apache.qpid.protonj2.engine.sasl.client that return SaslMechanisms Modifier and Type Method Description static SaslMechanisms
SaslMechanisms. valueOf(String name)
Returns the enum constant of this type with the specified name.static SaslMechanisms
SaslMechanisms. valueOf(Symbol mechanism)
Returns the matchingSaslMechanisms
enumeration value for the givenSymbol
key.static SaslMechanisms[]
SaslMechanisms. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-