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 Type
    Method
    Description
    Creates 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.