Uses of Class
org.freedesktop.secret.Pair
Packages that use Pair
-
Uses of Pair in org.freedesktop.secret
Methods in org.freedesktop.secret that return PairModifier and TypeMethodDescriptionPair<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<org.freedesktop.dbus.types.Variant<byte[]>,org.freedesktop.dbus.ObjectPath> Service.openSession(String algorithm, org.freedesktop.dbus.types.Variant input) Service.searchItems(Map<String, String> attributes) -
Uses of Pair in org.freedesktop.secret.interfaces
Methods in org.freedesktop.secret.interfaces that return PairModifier and TypeMethodDescriptionService.createCollection(Map<String, org.freedesktop.dbus.types.Variant> properties) Create a new collection with the specified properties.Service.createCollection(Map<String, org.freedesktop.dbus.types.Variant> properties, String alias) Create a new collection with the specified properties.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.Lock the items.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.Service.searchItems(Map<String, String> attributes) Find items in any collection.Unlock the specified objects.