Interface SaslClientListener

All Known Implementing Classes:
SaslAuthenticator

public interface SaslClientListener
Listener for SASL frame arrival to facilitate relevant handling for the SASL negotiation of the client side of the SASL exchange. See the AMQP specification SASL negotiation process overview for related detail.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a SASL challenge frame has arrived and its effect applied, indicating the challenge sent by the 'server' peer.
    void
    Called when a SASL mechanisms frame has arrived and its effect applied, indicating the offered mechanisms sent by the 'server' peer.
    void
    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.
    default void
    Called to give the application code a clear point to initialize all the client side expectations.