Properties
StorageProvider | s | Read only | ||
StorageIdentifier | v | Read only | ||
StorageSpecificInformation | a{sv} | Read only | ||
StorageRestrictions | u (Storage_Restriction_Flags) | Read only |
Types
Storage_Restriction_Flags | Flags | u |
Description
This interface extends the core Account interface to specify details regarding the storage of this account.
Rationale:
Properties
StorageProvider — s
The name of the account storage implementation, which SHOULD start with a reversed domain name in the same way as D-Bus interface names. When this is the empty string the account is internally stored.
This property cannot change once an Account has been created.
StorageIdentifier — v
Unique identification of the account within the storage backend. The contents of the variant are defined by the StorageProvider.
This property cannot change once an Account has been created.
Rationale:
StorageSpecificInformation — a{sv}
Map containing information specific to the storage backend. The keys and the types of their values are defined by the StorageProvider, and are not interpreted by the AccountManager implementation.
As the values in this map may change at any time (due to an external application manipulating the storage provider directly), this property should not be cached; it should instead be retrieved each time it is needed.
Rationale:
StorageRestrictions — u (Storage_Restriction_Flags)
Bitfield which defines what restrictions this Storage method has.
This property cannot change once an Account has been created.
Types
Storage_Restriction_Flags — u
- Cannot_Set_Parameters (1)
- Cannot_Set_Enabled (2)
- Cannot_Set_Presence (4)
- Cannot_Set_Service (8)