Uses of Enum Class
org.apache.qpid.proton.amqp.security.SaslCode
Packages that use SaslCode
-
Uses of SaslCode in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return SaslCodeModifier and TypeMethodDescriptionSaslOutcome.getCode()static SaslCodeReturns the enum constant of this class with the specified name.static SaslCodeSaslCode.valueOf(UnsignedByte v) Returns the enum constant of this class with the specified name.static SaslCode[]SaslCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.qpid.proton.amqp.security with parameters of type SaslCode