Uses of Interface
org.apache.qpid.protonj2.engine.EngineSaslDriver
Packages that use EngineSaslDriver
-
Uses of EngineSaslDriver in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineSaslDriverModifier 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
Classes in org.apache.qpid.protonj2.engine.impl that implement EngineSaslDriverModifier 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.Methods in org.apache.qpid.protonj2.engine.impl that return EngineSaslDriverMethods in org.apache.qpid.protonj2.engine.impl with parameters of type EngineSaslDriverModifier and TypeMethodDescriptionvoid
ProtonEngine.registerSaslDriver
(EngineSaslDriver saslDriver) Allows for registration of a customEngineSaslDriver
that will convey SASL state and configuration for this engine.