Interface SaslConfiguration

All Known Implementing Classes:
DefaultSaslConfiguration, JdkSaslConfiguration

public interface SaslConfiguration
Contract to choose a SaslMechanism from the ones supported by the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    Pick mechanism according to the ones passed in.
  • Method Details

    • getSaslMechanism

      SaslMechanism getSaslMechanism(List<String> mechanisms)
      Pick mechanism according to the ones passed in.
      Parameters:
      mechanisms - supported mechanisms by the server
      Returns:
      the mechanism to use for authentication