summaryrefslogtreecommitdiff
path: root/polkit-interface-session.xml
blob: ff51bff4000a52f7758d0a303f1a36b5d7f486a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8" ?>

<node>
  <interface name="org.freedesktop.PolicyKit.Session">

    <method name="InitiateAuth">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>

    <method name="GetQuestions">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="question_list" type="as" direction="out"/>
    </method>

    <method name="GetAuthDetails">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="user"             type="s" direction="out"/>
      <arg name="pam_service_name" type="s" direction="out"/>
    </method>

    <method name="ProvideAnswers">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="answer_list" type="as" direction="in"/>
    </method>

    <method name="IsAuthenticated">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="is_authenticated" type="b" direction="out"/>
    </method>

    <method name="GetAuthDeniedReason">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="reason" type="s" direction="out"/>
    </method>

    <method name="Close">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="do_not_revoke_privileges" type="b" direction="in"/>
    </method>

    <method name="GrantPrivilegeTemporarily">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="restrict_to_callers_pid" type="b" direction="in"/>
    </method>

    <signal name="HaveQuestions"/>

    <signal name="AuthenticationDone"/>

  </interface>
</node>