Package ch.bailu.gtk.gio
Interface DBusServerFlags
public interface DBusServerFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Allow the anonymous
authentication method.static final int
Require the UID of the
peer to be the same as the UID of the server when authenticating.static final int
No flags set.static final int
All #GDBusServer::new-connection
signals will run in separated dedicated threads (see signal for
details).
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
RUN_IN_THREAD
static final int RUN_IN_THREADAll #GDBusServer::new-connection
signals will run in separated dedicated threads (see signal for
details).- See Also:
-
AUTHENTICATION_ALLOW_ANONYMOUS
static final int AUTHENTICATION_ALLOW_ANONYMOUSAllow the anonymous
authentication method.- See Also:
-
AUTHENTICATION_REQUIRE_SAME_USER
static final int AUTHENTICATION_REQUIRE_SAME_USERRequire the UID of the
peer to be the same as the UID of the server when authenticating. (Since: 2.68)- See Also:
-