org.freedesktop.dbus.interfaces.DBusInterfaceInternalUnsupportedGuiltRiddenInterfacepublic interface InternalUnsupportedGuiltRiddenInterface
extends org.freedesktop.dbus.interfaces.DBusInterface
| Modifier and Type | Field | Description |
|---|---|---|
static String |
INTERNAL_UNSUPPORTED_GUILT_RIDDEN_INTERFACE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret original,
Secret master) |
Change the password of a collection.
|
org.freedesktop.dbus.ObjectPath |
changeWithPrompt(org.freedesktop.dbus.DBusPath collection) |
Toggle the lock of a collection.
|
org.freedesktop.dbus.ObjectPath |
createWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties,
Secret master) |
Create a collection with a password without prompting.
|
void |
unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret master) |
Unlock a collection without prompting.
|
static final String INTERNAL_UNSUPPORTED_GUILT_RIDDEN_INTERFACE
void changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret original,
Secret master)
collection - The ObjectPath of the collection.original - The current password.master - The new password.org.freedesktop.dbus.ObjectPath changeWithPrompt(org.freedesktop.dbus.DBusPath collection)
collection - The ObjectPath of the collection.org.freedesktop.dbus.ObjectPath createWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties, Secret master)
properties - The properties of the collection.master - The password of the collection.void unlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection,
Secret master)
collection - The ObjectPath of the collection.master - The password of the collection.Copyright © 2019. All rights reserved.