Package org.apache.hadoop.hdfs.protocol.datatransfer.sasl


package org.apache.hadoop.hdfs.protocol.datatransfer.sasl
Classes for data transfer SASL implementation.
  • Class
    Description
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataEncryptionKeyFactory
    Creates a new DataEncryptionKey on demand.
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataTransferSaslUtil
    Utility methods implementing SASL negotiation for DataTransferProtocol.
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.InvalidMagicNumberException
    Indicates that SASL protocol negotiation expected to read a pre-defined magic number, but the expected value was not seen.
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferClient
    Negotiates SASL for DataTransferProtocol on behalf of a client.
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferServer
    Negotiates SASL for DataTransferProtocol on behalf of a server.
    org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslResponseWithNegotiatedCipherOption