Capability

sealed abstract
class Capability(val underlying: Capability) extends Product with Serializable
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object All
object AuditWrite
object Chown
object Fowner
object Fsetid
object IpcLock
object IpcOwner
object Kill
object Lease
object MacAdmin
object Mknod
object NetAdmin
object NetRaw
object Setfcap
object Setgid
object Setpcap
object Setuid
object SysAdmin
object SysBoot
object SysChroot
object SysModule
object SysNice
object SysPacct
object SysPtrace
object SysRawio
object SysTime
object Syslog
object WakeAlarm

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Concrete fields

val underlying: Capability