zio.kafka.admin.acl

Members list

Type members

Classlikes

final case class AccessControlEntry(principal: String, host: String, operation: AclOperation, permissionType: AclPermissionType)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AccessControlEntryFilter(principal: String, host: String, operation: AclOperation, permissionType: AclPermissionType)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AclBinding(pattern: ResourcePattern, entry: AccessControlEntry)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AclBinding

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AclBinding.type
final case class AclBindingFilter(patternFilter: ResourcePatternFilter, entryFilter: AccessControlEntryFilter)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AclOperation

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All.type
object Alter.type
object AlterConfigs.type
object Any.type
object ClusterAction.type
object Create.type
object CreateTokens.type
object Delete.type
object Describe.type
object DescribeConfigs.type
object DescribeTokens.type
object IdempotentWrite.type
object Read.type
object Unknown.type
object Write.type
Show all
object AclOperation

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AclPermissionType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Allow.type
object Any.type
object Deny.type
object Unknown.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CreateAclOptions(timeout: Option[Duration])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DeleteAclsOptions(timeout: Option[Duration])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DescribeAclOptions(timeout: Option[Duration])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all