Uses of Class
org.apache.qpid.protonj2.engine.EngineSaslDriver.SaslState
-
Packages that use EngineSaslDriver.SaslState Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.sasl -
-
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineSaslDriver.SaslState Modifier and Type Method Description EngineSaslDriver.SaslState
EngineSaslDriver. getSaslState()
Returns a SaslState that indicates the current operating state of the SASL negotiation process or conversely if no SASL layer is configured this method should return the disabled state.static EngineSaslDriver.SaslState
EngineSaslDriver.SaslState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EngineSaslDriver.SaslState[]
EngineSaslDriver.SaslState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return EngineSaslDriver.SaslState Modifier and Type Method Description EngineSaslDriver.SaslState
ProtonEngineNoOpSaslDriver. getSaslState()
-
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return EngineSaslDriver.SaslState Modifier and Type Method Description EngineSaslDriver.SaslState
SaslContext. getSaslState()
Returns a SaslState that indicates the current operating state of the SASL negotiation process or conversely if no SASL layer is configured this method should return the no-SASL state.
-