Interface Account.Interface.ExternalPasswordStorage.DRAFT

Interface Index (Compact) | Summary | Description | Methods | Properties

Methods

ForgetPassword () nothing

Properties

PasswordSaved b Read only
WARNING: This interface is experimental and is likely to cause havoc to your API/ABI if bindings are generated. Do not include this interface in libraries that care about compatibility.
Added in 0.21.10. (draft 1)
Objects implementing this interface must also implement:

Description

An interface for Accounts whose passwords are stored externally and SHOULD NOT be stored by either the AccountManager nor any ServerAuthentication handler.

This interface SHOULD only appear on accounts for which the related Connection Manager implements ConnectionManager.Interface.AccountStorage.DRAFT.

Methods

(Permalink)

ForgetPassword () → nothing

Clears any saved password associated with this account.

Properties

Accessed using the org.freedesktop.DBus.Properties interface.
(Permalink)

PasswordSaved — b

Read only

Indicates whether the account has a saved password or not.

Change notification for this property is provided by the standard D-Bus PropertiesChanged signal.