<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Raw DBus Interfaces</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="realmd">
<link rel="up" href="development.html" title="Part II. Developer Reference">
<link rel="prev" href="gdbus-org.freedesktop.realmd.Service.html" title="org.freedesktop.realmd.Service">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="gdbus-org.freedesktop.realmd.Service.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="development.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">realmd</th>
<td> </td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="dbus-interface-raw"></a>Raw DBus Interfaces</h2></div></div></div>
<p>These are the current raw DBus interfaces for realmd.</p>
<pre class="programlisting">
<span><node name='/'>
<interface name='org.freedesktop.realmd.Provider'>
<property name='Name' type='s' access='read'></property>
<property name='Version' type='s' access='read'></property>
<property name='Realms' type='ao' access='read'></property>
<method name='Discover'>
<arg name='string' type='s' direction='in'></arg>
<arg name='options' type='a{sv}' direction='in'></arg>
<arg name='relevance' type='i' direction='out'></arg>
<arg name='realm' type='ao' direction='out'></arg>
</method>
</interface>
<interface name='org.freedesktop.realmd.Service'>
<method name='Cancel'>
<arg name='operation' type='s' direction='in'></arg>
</method>
<method name='SetLocale'>
<arg name='locale' type='s' direction='in'></arg>
</method>
<signal name='Diagnostics'>
<arg name='data' type='s'></arg>
<arg name='operation' type='s'></arg>
</signal>
<method name='Release'>
</method>
</interface>
<interface name='org.freedesktop.realmd.Realm'>
<property name='Name' type='s' access='read'></property>
<property name='Configured' type='s' access='read'></property>
<method name='Deconfigure'>
<arg name='options' type='a{sv}' direction='in'></arg>
</method>
<property name='SupportedInterfaces' type='as' access='read'></property>
<property name='Details' type='a(ss)' access='read'></property>
<property name='RequiredPackages' type='as' access='read'></property>
<property name='LoginFormats' type='as' access='read'></property>
<property name='LoginPolicy' type='s' access='read'></property>
<property name='PermittedLogins' type='as' access='read'></property>
<property name='PermittedGroups' type='as' access='read'></property>
<method name='ChangeLoginPolicy'>
<arg name='login_policy' type='s' direction='in'></arg>
<arg name='permitted_add' type='as' direction='in'></arg>
<arg name='permitted_remove' type='as' direction='in'></arg>
<arg name='options' type='a{sv}' direction='in'></arg>
</method>
</interface>
<interface name='org.freedesktop.realmd.Kerberos'>
<property name='RealmName' type='s' access='read'></property>
<property name='DomainName' type='s' access='read'></property>
</interface>
<interface name='org.freedesktop.realmd.KerberosMembership'>
<property name='SuggestedAdministrator' type='s' access='read'></property>
<property name='SupportedJoinCredentials' type='a(ss)' access='read'></property>
<property name='SupportedLeaveCredentials' type='a(ss)' access='read'></property>
<method name='Join'>
<arg name='credentials' type='(ssv)' direction='in'></arg>
<arg name='options' type='a{sv}' direction='in'></arg>
</method>
<method name='Leave'>
<arg name='credentials' type='(ssv)' direction='in'></arg>
<arg name='options' type='a{sv}' direction='in'></arg>
</method>
</interface>
</node></span>
</pre>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc
</div>
</body>
</html>