Class CreateAclRequest

java.lang.Object
io.confluent.security.auth.client.rest.entities.CreateAclRequest

public class CreateAclRequest extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.apache.kafka.common.acl.AclBinding
     
    final io.confluent.security.authorizer.Scope
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateAclRequest(io.confluent.security.authorizer.Scope scope, org.apache.kafka.common.acl.AclBinding aclBinding)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • scope

      public final io.confluent.security.authorizer.Scope scope
    • aclBinding

      public final org.apache.kafka.common.acl.AclBinding aclBinding
  • Constructor Details

    • CreateAclRequest

      public CreateAclRequest(io.confluent.security.authorizer.Scope scope, org.apache.kafka.common.acl.AclBinding aclBinding)
  • Method Details