| Package | Description |
|---|---|
| org.freedesktop.secret | |
| org.freedesktop.secret.interfaces |
| Modifier and Type | Method | Description |
|---|---|---|
Pair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> |
Service.createCollection(Map<String,org.freedesktop.dbus.types.Variant> properties) |
|
Pair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> |
Service.createCollection(Map<String,org.freedesktop.dbus.types.Variant> properties,
String alias) |
|
Pair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> |
Collection.createItem(Map<String,org.freedesktop.dbus.types.Variant> properties,
Secret secret,
boolean replace) |
|
Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath> |
Service.lock(List<org.freedesktop.dbus.ObjectPath> objects) |
|
Pair<org.freedesktop.dbus.types.Variant<byte[]>,org.freedesktop.dbus.ObjectPath> |
Service.openSession(String algorithm,
org.freedesktop.dbus.types.Variant input) |
|
Pair<List<org.freedesktop.dbus.ObjectPath>,List<org.freedesktop.dbus.ObjectPath>> |
Service.searchItems(Map<String,String> attributes) |
|
Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath> |
Service.unlock(List<org.freedesktop.dbus.ObjectPath> objects) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Pair |
Service.createCollection(Map<String,org.freedesktop.dbus.types.Variant> properties) |
Create a new collection with the specified properties.
|
abstract Pair |
Service.createCollection(Map<String,org.freedesktop.dbus.types.Variant> properties,
String alias) |
Create a new collection with the specified properties.
|
abstract Pair<org.freedesktop.dbus.ObjectPath,org.freedesktop.dbus.ObjectPath> |
Collection.createItem(Map<String,org.freedesktop.dbus.types.Variant> properties,
Secret secret,
boolean replace) |
Create an item with the given attributes, secret and label.
|
abstract Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath> |
Service.lock(List<org.freedesktop.dbus.ObjectPath> objects) |
Lock the items.
|
abstract Pair<org.freedesktop.dbus.types.Variant<byte[]>,org.freedesktop.dbus.ObjectPath> |
Service.openSession(String algorithm,
org.freedesktop.dbus.types.Variant input) |
Open a unique session for the caller application.
|
abstract Pair<List<org.freedesktop.dbus.ObjectPath>,List<org.freedesktop.dbus.ObjectPath>> |
Service.searchItems(Map<String,String> attributes) |
Find items in any collection.
|
abstract Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath> |
Service.unlock(List<org.freedesktop.dbus.ObjectPath> objects) |
Unlock the specified objects.
|
Copyright © 2019. All rights reserved.