Package org.apache.qpid.jms.sasl
Class PlainMechanismFactory
java.lang.Object
org.apache.qpid.jms.sasl.PlainMechanismFactory
- All Implemented Interfaces:
MechanismFactory
Create the Plain SASL Authentication Mechanism types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an instance of the authentication mechanism implementation.
-
Constructor Details
-
PlainMechanismFactory
public PlainMechanismFactory()
-
-
Method Details
-
createMechanism
Description copied from interface:MechanismFactoryCreates an instance of the authentication mechanism implementation.- Specified by:
createMechanismin interfaceMechanismFactory- Returns:
- a new Mechanism instance.
-