Package ch.bailu.gtk.gio
Interface DBusServerFlags
public interface DBusServerFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAllow the anonymous
authentication method.static final intRequire the UID of the
peer to be the same as the UID of the server when authenticating.static final intNo flags set.static final intAll #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:
-