Uses of Enum
org.apache.qpid.protonj2.engine.EngineSaslDriver.SaslState
Package
Description
-
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine
Modifier 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
-
Uses of EngineSaslDriver.SaslState in org.apache.qpid.protonj2.engine.sasl
Modifier 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.