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