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