Package org.apache.qpid.jms.sasl
Class CramMD5MechanismFactory
- java.lang.Object
-
- org.apache.qpid.jms.sasl.CramMD5MechanismFactory
-
- All Implemented Interfaces:
MechanismFactory
public class CramMD5MechanismFactory extends java.lang.Object implements MechanismFactory
Create the Plain SASL Authentication Mechanism types.
-
-
Constructor Summary
Constructors Constructor Description CramMD5MechanismFactory()
-
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.
-
-