Package org.apache.qpid.jms.sasl
Class GssapiMechanismFactory
- java.lang.Object
-
- org.apache.qpid.jms.sasl.GssapiMechanismFactory
-
- All Implemented Interfaces:
MechanismFactory
public class GssapiMechanismFactory extends Object implements MechanismFactory
-
-
Constructor Summary
Constructors Constructor Description GssapiMechanismFactory()
-
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.
-
-