Interface PrincipalBuilder

    • Method Detail

      • configure

        void configure​(Map<String,​?> configs)
        Deprecated.
        Configures this class with given key-value pairs.
        Specified by:
        configure in interface Configurable
      • buildPrincipal

        Principal buildPrincipal​(org.apache.kafka.common.network.TransportLayer transportLayer,
                                 org.apache.kafka.common.network.Authenticator authenticator)
                          throws KafkaException
        Deprecated.
        Returns Principal.
        Throws:
        KafkaException