Uses of Enum
org.apache.qpid.protonj2.engine.sasl.SaslOutcome
Packages that use SaslOutcome
Package
Description
-
Uses of SaslOutcome in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return SaslOutcomeModifier and TypeMethodDescriptionEngineSaslDriver.getSaslOutcome()
Provides a low level outcome value for the SASL authentication process. -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return SaslOutcome -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslOutcomeModifier and TypeMethodDescriptionSaslContext.getSaslOutcome()
Provides a low level outcome value for the SASL authentication process.static SaslOutcome
SaslOutcome.valueOf
(byte outcome) Return a matching SASL Outcome from the given byte value.static SaslOutcome
Returns the enum constant of this type with the specified name.static SaslOutcome[]
SaslOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.engine.sasl with parameters of type SaslOutcomeModifier and TypeMethodDescriptionvoid
SaslClientListener.handleSaslOutcome
(SaslClientContext context, SaslOutcome outcome, ProtonBuffer additional) Called when a SASL outcome frame has arrived and its effect applied, indicating the outcome and any success additional data sent by the 'server' peer.SaslServerContext.sendOutcome
(SaslOutcome outcome, ProtonBuffer additional) Sends a response to a server side challenge that comprises the challenge / response exchange for the chosen SASL mechanism. -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.sasl.client
Methods in org.apache.qpid.protonj2.engine.sasl.client with parameters of type SaslOutcomeModifier and TypeMethodDescriptionvoid
SaslAuthenticator.handleSaslOutcome
(SaslClientContext context, SaslOutcome outcome, ProtonBuffer additional) Method parameters in org.apache.qpid.protonj2.engine.sasl.client with type arguments of type SaslOutcomeModifier and TypeMethodDescriptionSaslAuthenticator.saslComplete
(EventHandler<SaslOutcome> saslCompleteEventHandler) Sets a completion handler that will be notified once the SASL exchange has completed.