Class RestClient

java.lang.Object
io.confluent.security.auth.client.rest.RestClient
All Implemented Interfaces:
Closeable, AutoCloseable

public class RestClient extends Object implements Closeable
Rest client for sending RBAC requests to the metadata service.
  • Constructor Details

    • RestClient

      public RestClient(Map<String,?> configs)
    • RestClient

      public RestClient(Map<String,?> configs, org.apache.kafka.common.utils.Time time)
  • Method Details