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