Uses of Class
org.apache.qpid.protonj2.types.security.SaslCode
-
Packages that use SaslCode Package Description org.apache.qpid.protonj2.engine.sasl org.apache.qpid.protonj2.types.security -
-
Uses of SaslCode in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslCode Modifier and Type Method Description abstract SaslCodeSaslOutcome. saslCode() -
Uses of SaslCode in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return SaslCode Modifier and Type Method Description SaslCodeSaslOutcome. getCode()static SaslCodeSaslCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SaslCodeSaslCode. valueOf(UnsignedByte v)Returns the enum constant of this type with the specified name.static SaslCode[]SaslCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslCode Modifier and Type Method Description SaslOutcomeSaslOutcome. setCode(SaslCode code)
-