Uses of Enum
org.apache.qpid.proton.engine.Sasl.SaslOutcome
Packages that use Sasl.SaslOutcome
-
Uses of Sasl.SaslOutcome in org.apache.qpid.proton.engine
Fields in org.apache.qpid.proton.engine declared as Sasl.SaslOutcomeModifier and TypeFieldDescriptionstatic final Sasl.SaslOutcomeSasl.PN_SASL_AUTHstatic final Sasl.SaslOutcomeSasl.PN_SASL_NONEstatic final Sasl.SaslOutcomeSasl.PN_SASL_OKstatic final Sasl.SaslOutcomeSasl.PN_SASL_PERMstatic final Sasl.SaslOutcomeSasl.PN_SASL_SKIPPEDstatic final Sasl.SaslOutcomeSasl.PN_SASL_SYSstatic final Sasl.SaslOutcomeSasl.PN_SASL_TEMPMethods in org.apache.qpid.proton.engine that return Sasl.SaslOutcomeModifier and TypeMethodDescriptionSasl.getOutcome()Retrieve the outcome of SASL negotiation.static Sasl.SaslOutcomeReturns the enum constant of this type with the specified name.static Sasl.SaslOutcome[]Sasl.SaslOutcome.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.proton.engine with parameters of type Sasl.SaslOutcomeModifier and TypeMethodDescriptionvoidSasl.done(Sasl.SaslOutcome outcome) Set the outcome of SASL negotiation Used by the server to set the result of the negotiation process. -
Uses of Sasl.SaslOutcome in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Sasl.SaslOutcomeMethods in org.apache.qpid.proton.engine.impl with parameters of type Sasl.SaslOutcome