Interface PrincipalBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.security.Principal buildPrincipal​(org.apache.kafka.common.network.TransportLayer transportLayer, org.apache.kafka.common.network.Authenticator authenticator)
      Deprecated.
      Returns Principal.
      void close()
      Deprecated.
      Closes this instance.
      void configure​(java.util.Map<java.lang.String,​?> configs)
      Deprecated.
      Configures this class with given key-value pairs.
    • Method Detail

      • configure

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

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