Uses of Enum
org.apache.qpid.protonj2.engine.EngineSaslDriver.SaslState
Packages that use EngineSaslDriver.SaslState
Package
Description
-
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineSaslDriver.SaslStateModifier and TypeMethodDescriptionEngineSaslDriver.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
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 -
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return EngineSaslDriver.SaslStateModifier and TypeMethodDescriptionSaslContext.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.