Class PlainMechanism
java.lang.Object
org.apache.activemq.transport.amqp.sasl.AbstractSaslMechanism
org.apache.activemq.transport.amqp.sasl.PlainMechanism
- All Implemented Interfaces:
SaslMechanism
Implements the SASL Plain mechanism.
-
Field Summary
Fields inherited from class org.apache.activemq.transport.amqp.sasl.AbstractSaslMechanism
failed, failureReason, password, username -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessSaslStep(org.apache.qpid.proton.engine.Sasl sasl) Perform the SASL processing for this mechanism type.Methods inherited from class org.apache.activemq.transport.amqp.sasl.AbstractSaslMechanism
getFailureReason, getPassword, getUsername, isFailed
-
Constructor Details
-
PlainMechanism
public PlainMechanism()
-
-
Method Details
-
processSaslStep
public void processSaslStep(org.apache.qpid.proton.engine.Sasl sasl) Description copied from interface:SaslMechanismPerform the SASL processing for this mechanism type.- Parameters:
sasl- the SASL server that has read the incoming SASL exchange.
-
getMechanismName
- Returns:
- the name of the implemented SASL mechanism.
-