Class SaslProperties

java.lang.Object
org.apache.drill.exec.rpc.security.SaslProperties

public final class SaslProperties extends Object
  • Method Details

    • getSaslProperties

      public static Map<String,String> getSaslProperties(boolean encryptionEnabled, int wrappedChunkSize)
      Get's the map of minimum set of SaslProperties required during negotiation process either for encryption or authentication
      Parameters:
      encryptionEnabled - - Flag to determine if property needed is for encryption or authentication
      wrappedChunkSize - - Configured wrappedChunkSize to negotiate for.
      Returns:
      Map of SaslProperties which will be used in negotiation.