[gnome-online-accounts] dbus: Add Details to org.gnome.OnlineAccounts.Ticketing



commit 7f888fdad00c9e35f05cf1027742a99d71d43fa1
Author: Ray Strode <rstrode redhat com>
Date:   Tue Oct 21 10:38:17 2014 -0400

    dbus: Add Details to org.gnome.OnlineAccounts.Ticketing
    
    This commit adds a new "details" variant for attaching metadata
    about tickets getting requested via the ticketing interface.
    
    This will give the kerberos account provider a place to tuck away
    kerberos-specific preauthentication configuration for the tickets
    associated with smartcard backed kerberos accounts.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739594

 data/dbus-interfaces.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index d6c0486..095082e 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -738,6 +738,17 @@
   -->
   <interface name="org.gnome.OnlineAccounts.Ticketing">
     <!--
+      Details:
+      @since: 3.18
+
+      Metadata about the tickets getting fetched.
+      For kerberos tickets, this may contain a
+      preauthentication source used by pkinit
+      (such as PKCS11:libcoolkeypk11.so)
+      -->
+    <property name="Details" type="a{ss}" access="read"/>
+
+    <!--
       GetTicket:
 
       Use this method to obtain an ticket that can be used to


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]