StreamAcl class

Represents an access control list for a stream

Constructors

StreamAcl({List<String>? readRoles, List<String>? writeRoles, List<String>? deleteRoles, List<String>? metaReadRoles, List<String>? metaWriteRoles})
Creates an StreamAcl instance

Properties

deleteRoles UnmodifiableListView<String>
Roles and users permitted to delete the stream
final
hashCode int
The hash code for this object.
no setteroverride
metaReadRoles UnmodifiableListView<String>
Roles and users permitted to read stream metadata
final
metaWriteRoles UnmodifiableListView<String>
Roles and users permitted to write stream metadata
final
readRoles UnmodifiableListView<String>
Roles and users permitted to read the stream
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeRoles UnmodifiableListView<String>
Roles and users permitted to write to the stream
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override