Package ch.bailu.gtk.gio
Schnittstelle DBusServerFlags
public interface DBusServerFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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).
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
RUN_IN_THREAD
static final int RUN_IN_THREADAll #GDBusServer::new-connection
signals will run in separated dedicated threads (see signal for
details).- Siehe auch:
-
AUTHENTICATION_ALLOW_ANONYMOUS
static final int AUTHENTICATION_ALLOW_ANONYMOUSAllow the anonymous
authentication method.- Siehe auch:
-
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)- Siehe auch:
-