Class DefaultPrincipalBuilder

  • All Implemented Interfaces:
    Configurable, PrincipalBuilder

    @Deprecated
    public class DefaultPrincipalBuilder
    extends java.lang.Object
    implements PrincipalBuilder
    Deprecated.
    As of Kafka 1.0.0. This will be removed in a future major release.
    DefaultPrincipalBuilder which return transportLayer's peer Principal
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait