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