lofi_acl.sync.acl.monotonic

Members list

Type members

Classlikes

class FilteringAntiEntropy[RDT](localIdentity: PrivateIdentity, rootOfTrust: PublicIdentity, initialAclDeltas: List[AclDelta[RDT]], initialRdtDeltas: DeltaMapWithPrefix[RDT], syncInstance: Sync[RDT])(using filter: Filter[RDT], rdtLattice: Lattice[RDT], rdtBottom: Bottom[RDT], msgCodec: JsonValueCodec[MonotonicAclSyncMessage[RDT]]) extends MessageReceiver[MonotonicAclSyncMessage[RDT]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class MonotonicAcl[RDT](root: PublicIdentity, read: Map[PublicIdentity, PermissionTree], write: Map[PublicIdentity, PermissionTree])

Attributes

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

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class SignatureVerifyingMessageSerialization[RDT](localIdentity: PublicIdentity, signingKey: PrivateKey)(using x$3: JsonValueCodec[MonotonicAclSyncMessage[RDT]]) extends MessageSerialization[MonotonicAclSyncMessage[RDT]]

Attributes

Supertypes
class Object
trait Matchable
class Any
class SyncWithMonotonicAcl[RDT](localIdentity: PrivateIdentity, rootOfTrust: PublicIdentity, initialAclDeltas: List[AclDelta[RDT]], initialRdt: DeltaMapWithPrefix[RDT], onDeltaReceive: RDT => Unit)(using lattice: Lattice[RDT], bottom: Bottom[RDT], rdtJsonCode: JsonValueCodec[RDT], filter: Filter[RDT]) extends Sync[RDT]

Attributes

Companion
object
Supertypes
trait Sync[RDT]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type