Uses of Class
org.freedesktop.secret.Pair

Packages that use Pair 
Package Description
org.freedesktop.secret  
org.freedesktop.secret.interfaces  
  • Uses of Pair in org.freedesktop.secret

    Methods in org.freedesktop.secret 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 org.freedesktop.secret.interfaces

    Methods in org.freedesktop.secret.interfaces that return Pair 
    Modifier and Type Method Description
    Pair Service.createCollection​(Map<String,​org.freedesktop.dbus.types.Variant> properties)
    Create a new collection with the specified properties.
    Pair 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.