Schnittstelle DBusServerFlags


public interface DBusServerFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 NONE
      No flags set.
      Siehe auch:
    • RUN_IN_THREAD

      static final int RUN_IN_THREAD
      All #GDBusServer::new-connection
      signals will run in separated dedicated threads (see signal for
      details).
      Siehe auch:
    • AUTHENTICATION_ALLOW_ANONYMOUS

      static final int AUTHENTICATION_ALLOW_ANONYMOUS
      Allow the anonymous
      authentication method.
      Siehe auch:
    • AUTHENTICATION_REQUIRE_SAME_USER

      static final int AUTHENTICATION_REQUIRE_SAME_USER
      Require the UID of the
      peer to be the same as the UID of the server when authenticating. (Since: 2.68)
      Siehe auch: