Uses of Class
org.apache.qpid.protonj2.engine.sasl.SaslOutcome
-
Packages that use SaslOutcome Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.sasl org.apache.qpid.protonj2.engine.sasl.client -
-
Uses of SaslOutcome in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return SaslOutcome Modifier and Type Method Description SaslOutcome
EngineSaslDriver. 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 Modifier and Type Method Description SaslOutcome
ProtonEngineNoOpSaslDriver. getSaslOutcome()
-
Uses of SaslOutcome in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslOutcome Modifier and Type Method Description SaslOutcome
SaslContext. 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
SaslOutcome. valueOf(java.lang.String name)
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 SaslOutcome Modifier and Type Method Description void
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
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 SaslOutcome Modifier and Type Method Description void
SaslAuthenticator. handleSaslOutcome(SaslClientContext context, SaslOutcome outcome, ProtonBuffer additional)
Method parameters in org.apache.qpid.protonj2.engine.sasl.client with type arguments of type SaslOutcome Modifier and Type Method Description SaslAuthenticator
SaslAuthenticator. saslComplete(EventHandler<SaslOutcome> saslCompleteEventHandler)
Sets a completion handler that will be notified once the SASL exchange has completed.
-