Uses of Class
de.swiesend.secretservice.Pair

Packages that use Pair
  • Uses of Pair in de.swiesend.secretservice

    Methods in de.swiesend.secretservice that return Pair
    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)
     
  • Uses of Pair in de.swiesend.secretservice.interfaces

    Modifier and Type
    Method
    Description
    Service.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.
    Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath>
    Service.lock(List<org.freedesktop.dbus.ObjectPath> objects)
    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.
    Pair<List<org.freedesktop.dbus.ObjectPath>,List<org.freedesktop.dbus.ObjectPath>>
    Service.searchItems(Map<String,String> attributes)
    Find items in any collection.
    Pair<List<org.freedesktop.dbus.ObjectPath>,org.freedesktop.dbus.ObjectPath>
    Service.unlock(List<org.freedesktop.dbus.ObjectPath> objects)
    Unlock the specified objects.