Uses of Interface
org.apache.qpid.protonj2.engine.EngineSaslDriver
-
Packages that use EngineSaslDriver Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of EngineSaslDriver in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineSaslDriver Modifier and Type Method Description EngineSaslDriver
Engine. 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
Classes in org.apache.qpid.protonj2.engine.impl that implement EngineSaslDriver Modifier and Type Class Description class
ProtonEngineNoOpSaslDriver
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.Methods in org.apache.qpid.protonj2.engine.impl that return EngineSaslDriver Modifier and Type Method Description EngineSaslDriver
ProtonEngine. saslDriver()
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type EngineSaslDriver Modifier and Type Method Description void
ProtonEngine. registerSaslDriver(EngineSaslDriver saslDriver)
Allows for registration of a customEngineSaslDriver
that will convey SASL state and configuration for this engine.
-