Interface DBusServerFlags


public interface DBusServerFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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).
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • RUN_IN_THREAD

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

      static final int AUTHENTICATION_ALLOW_ANONYMOUS
      Allow the anonymous
      authentication method.
      See Also:
    • 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)
      See Also: