Package org.apache.qpid.jms.sasl
Interface MechanismFactory
-
- All Known Implementing Classes:
AnonymousMechanismFactory,CramMD5MechanismFactory,ExternalMechanismFactory,GssapiMechanismFactory,PlainMechanismFactory,ScramSHA1MechanismFactory,ScramSHA256MechanismFactory,ScramSHA512MechanismFactory,XOauth2MechanismFactory
public interface MechanismFactoryInterface for all SASL authentication mechanism implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MechanismcreateMechanism()Creates an instance of the authentication mechanism implementation.
-
-
-
Method Detail
-
createMechanism
Mechanism createMechanism()
Creates an instance of the authentication mechanism implementation.- Returns:
- a new Mechanism instance.
-
-