- All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
- All Known Implementing Classes:
Prompt
public interface Prompt
extends org.freedesktop.dbus.interfaces.DBusInterface
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Method Details
-
prompt
Perform the prompt.- Parameters:
window_id- Platform specific window handle to use for showing the prompt. Calling a prompt with an empty window_id can be useful for providers like KeePassXC.- See Also:
-
prompt
void prompt(org.freedesktop.dbus.ObjectPath prompt) throws de.swiesend.secretservice.errors.NoSuchObject Perform the prompt.- Parameters:
prompt- Objectpath of the prompt.- Throws:
de.swiesend.secretservice.errors.NoSuchObject- No such item or collection exists.- See Also:
-
dismiss
void dismiss()Dismiss the prompt.
-