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