DBusProcessCredentials class

Credentials returned in DBusClient.getConnectionCredentials.

Constructors

DBusProcessCredentials({int? unixUserId, List<int>? unixGroupIds, int? processId, String? windowsSid, List<int>? linuxSecurityLabel, Map<String, DBusValue> otherCredentials = const {}})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
linuxSecurityLabel List<int>?
Security label, if known and format dependant on the security system in use.
final
otherCredentials Map<String, DBusValue>
Non-standard credentials.
final
processId int?
Process ID, if known.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unixGroupIds List<int>?
Unix group IDs, if known.
final
unixUserId int?
Unix user ID, if known.
final
windowsSid String?
Windows security identifier, if known.
final

Methods

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

Operators

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