Class SyncServerFlags

java.lang.Object
io.objectbox.sync.server.SyncServerFlags

public final class SyncServerFlags extends Object
Bit flags to configure the Sync Server.
  • Field Details

    • AuthenticationNoneLogInfo

      public static final int AuthenticationNoneLogInfo
      By default, if the Sync Server allows logins without credentials, it logs a warning message. If this flag is set, the message is logged only as "info".
      See Also:
    • AdminDisabled

      public static final int AdminDisabled
      By default, the Admin server is enabled; this flag disables it.
      See Also:
    • LogStartStopDisabled

      public static final int LogStartStopDisabled
      By default, the Sync Server logs messages when it starts and stops; this flag disables it.
      See Also: