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