case class ACL(id: Id, permission: Int) extends org.apache.zookeeper.data.ACL with Product with Serializable
An access control list assignable to a ZooKeeper node.
- id
the identity to which permissions apply
- permission
the bitwise union of permissions that apply to this ACL
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ACL
- Serializable
- Product
- Equals
- ACL
- Record
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(arg0: AnyRef): Int
- Definition Classes
- ACL
- Annotations
- @throws(classOf[java.lang.ClassCastException])
- def deserialize(arg0: InputArchive, arg1: String): Unit
- Definition Classes
- ACL → Record
- Annotations
- @throws(classOf[java.io.IOException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- ACL → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getId(): org.apache.zookeeper.data.Id
- Definition Classes
- ACL
- def getPerms(): Int
- Definition Classes
- ACL
- def hashCode(): Int
- Definition Classes
- ACL → AnyRef → Any
- val id: Id
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val permission: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def readFields(arg0: DataInput): Unit
- Definition Classes
- ACL
- Annotations
- @throws(classOf[java.io.IOException])
- def serialize(arg0: OutputArchive, arg1: String): Unit
- Definition Classes
- ACL → Record
- Annotations
- @throws(classOf[java.io.IOException])
- def setId(arg0: org.apache.zookeeper.data.Id): Unit
- Definition Classes
- ACL
- def setPerms(arg0: Int): Unit
- Definition Classes
- ACL
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ACL → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(arg0: DataOutput): Unit
- Definition Classes
- ACL
- Annotations
- @throws(classOf[java.io.IOException])