Uses of Interface
org.apache.qpid.protonj2.engine.EngineSaslDriver
-
Uses of EngineSaslDriver in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionEngine.saslDriver()
Gets the SASL driver for this engine, if no SASL layer is configured then a default no-op driver must be returned that indicates this. -
Uses of EngineSaslDriver in org.apache.qpid.protonj2.engine.impl
Modifier and TypeClassDescriptionfinal class
A Default No-Op SASL context that is used to provide the engine with a stub when no SASL is configured for the operating engine.Modifier and TypeMethodDescriptionvoid
ProtonEngine.registerSaslDriver
(EngineSaslDriver saslDriver) Allows for registration of a customEngineSaslDriver
that will convey SASL state and configuration for this engine.