summaryrefslogtreecommitdiffstats
path: root/secret-service/specification.xml
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-12-11 21:57:59 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:42 +0000
commite94829fd5ec3a23ffeda13cd56ec14d5b2eceb3d (patch)
tree05517bdb50a41aa1e66a9dff63dbce630cc9f947 /secret-service/specification.xml
parent9b0a610bda7d6b99fa2f61bb77493c671eb1fb41 (diff)
downloadxdg-specs-e94829fd5ec3a23ffeda13cd56ec14d5b2eceb3d.tar.xz
Support for collection aliases.
The collection aliases are present under: /org/freedesktop/secrets/aliases/xxxx So the default and network collections would be usable via the object path, in addition to their normal object paths: /org/freedesktop/secrets/aliases/default /org/freedesktop/secrets/aliases/network To manage the aliases, two new methods are added to the Service interface: ReadAlias() and SetAlias(). BTW, These are not properties on Collection because a collection can be have multiple aliases pointing to it.
Diffstat (limited to 'secret-service/specification.xml')
-rw-r--r--secret-service/specification.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/secret-service/specification.xml b/secret-service/specification.xml
index f305cbe..2902232 100644
--- a/secret-service/specification.xml
+++ b/secret-service/specification.xml
@@ -109,11 +109,7 @@
error should be raised.</para>
<para>Client applications without special requirements should store in the default
- collection. Use the
- <link linkend='org.freedesktop.Secret.Service.DefaultCollection'>
- <property>DefaultCollection</property></link>
- property on the Service interface to determine the default collection. In addition
- the default collection is always accessible through a
+ collection. The default collection is always accessible through a
<link linkend='object-paths'>specific object path</link>.</para>
<para>A new item can be created with the
@@ -485,9 +481,10 @@
<para>The object path for a session, where <emphasis>ssss</emphasis> is an auto-generated
session specific identifier.</para>
- <programlisting>/org/freedesktop/secrets/default</programlisting>
+ <programlisting>/org/freedesktop/secrets/aliases/default</programlisting>
<para>The default collection for client applications to store secrets is available under
- this object path in addition to its real object path (above).</para>
+ this object path in addition to its real object path (above). Other aliases may also be
+ present.</para>
</chapter>
<xi:include href="reference.xml" xpointer="interfaces" xmlns:xi="http://www.w3.org/2001/XInclude">