Package org.gnome.keyring
Class InternalUnsupportedGuiltRiddenInterface
java.lang.Object
org.freedesktop.secret.handlers.Messaging
org.gnome.keyring.InternalUnsupportedGuiltRiddenInterface
- All Implemented Interfaces:
org.freedesktop.dbus.interfaces.DBusInterface,InternalUnsupportedGuiltRiddenInterface
public class InternalUnsupportedGuiltRiddenInterface extends Messaging implements InternalUnsupportedGuiltRiddenInterface
-
Field Summary
Fields inherited from class org.freedesktop.secret.handlers.Messaging
connection, interfaceName, msg, objectPath, serviceName, shFields inherited from interface org.gnome.keyring.interfaces.InternalUnsupportedGuiltRiddenInterface
INTERNAL_UNSUPPORTED_GUILT_RIDDEN_INTERFACE -
Constructor Summary
Constructors Constructor Description InternalUnsupportedGuiltRiddenInterface(Service service) -
Method Summary
Modifier and Type Method Description voidchangeWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret original, Secret master)Change the password of a collection.org.freedesktop.dbus.ObjectPathchangeWithPrompt(org.freedesktop.dbus.DBusPath collection)Toggle the lock of a collection.org.freedesktop.dbus.ObjectPathcreateWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties, Secret master)Create a collection with a password without prompting.booleanisRemote()voidunlockWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret master)Unlock a collection without prompting.Methods inherited from class org.freedesktop.secret.handlers.Messaging
getAllProperties, getConnection, getInterfaceName, getMessageHandler, getObjectPath, getPath, getProperty, getServiceName, getSignalHandler, send, send, setProperty
-
Constructor Details
-
Method Details
-
changeWithMasterPassword
public void changeWithMasterPassword(org.freedesktop.dbus.DBusPath collection, Secret original, Secret master)Description copied from interface:InternalUnsupportedGuiltRiddenInterfaceChange the password of a collection.- Specified by:
changeWithMasterPasswordin interfaceInternalUnsupportedGuiltRiddenInterface- Parameters:
collection- The ObjectPath of the collection.original- The current password.master- The new password.
-
changeWithPrompt
public org.freedesktop.dbus.ObjectPath changeWithPrompt(org.freedesktop.dbus.DBusPath collection)Description copied from interface:InternalUnsupportedGuiltRiddenInterfaceToggle the lock of a collection.- Specified by:
changeWithPromptin interfaceInternalUnsupportedGuiltRiddenInterface- Parameters:
collection- The ObjectPath of the collection.- Returns:
- The ObjectPath of the collection.
-
createWithMasterPassword
public org.freedesktop.dbus.ObjectPath createWithMasterPassword(Map<String,org.freedesktop.dbus.types.Variant> properties, Secret master)Description copied from interface:InternalUnsupportedGuiltRiddenInterfaceCreate a collection with a password without prompting.- Specified by:
createWithMasterPasswordin interfaceInternalUnsupportedGuiltRiddenInterface- Parameters:
properties- The properties of the collection.master- The password of the collection.- Returns:
- The ObjectPath of the created collection.
-
unlockWithMasterPassword
Description copied from interface:InternalUnsupportedGuiltRiddenInterfaceUnlock a collection without prompting.- Specified by:
unlockWithMasterPasswordin interfaceInternalUnsupportedGuiltRiddenInterface- Parameters:
collection- The ObjectPath of the collection.master- The password of the collection.
-
isRemote
public boolean isRemote()- Specified by:
isRemotein interfaceorg.freedesktop.dbus.interfaces.DBusInterface
-