Uses of Enum
org.apache.qpid.protonj2.engine.sasl.SaslOutcome
Package
Description
-
Uses of SaslOutcome in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionEngineSaslDriver.getSaslOutcome()
Provides a low level outcome value for the SASL authentication process. -
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.impl
-
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.sasl
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
SaslAuthenticator.handleSaslOutcome
(SaslClientContext context, SaslOutcome outcome, ProtonBuffer additional) Modifier and TypeMethodDescriptionSaslAuthenticator.saslComplete
(EventHandler<SaslOutcome> saslCompleteEventHandler) Sets a completion handler that will be notified once the SASL exchange has completed.