Uses of Interface
org.apache.qpid.protonj2.engine.sasl.SaslClientListener
-
Packages that use SaslClientListener Package Description org.apache.qpid.protonj2.engine.sasl org.apache.qpid.protonj2.engine.sasl.client -
-
Uses of SaslClientListener in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslClientListener Modifier and Type Method Description SaslClientListenerSaslClientContext. getListener()Methods in org.apache.qpid.protonj2.engine.sasl with parameters of type SaslClientListener Modifier and Type Method Description SaslClientContextSaslClientContext. setListener(SaslClientListener listener)Sets theSaslClientListenerthat will be used to driver the client side SASL negotiations with a connected "server". -
Uses of SaslClientListener in org.apache.qpid.protonj2.engine.sasl.client
Classes in org.apache.qpid.protonj2.engine.sasl.client that implement SaslClientListener Modifier and Type Class Description classSaslAuthenticatorHandles SASL traffic from the proton engine and drives the authentication process
-