Package io.objectbox.sync.server
Class SyncServerFlags
- java.lang.Object
-
- io.objectbox.sync.server.SyncServerFlags
-
public final class SyncServerFlags extends java.lang.Object
Bit flags to configure the Sync Server.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AdminDisabled
By default, the Admin server is enabled; this flag disables it.static int
AuthenticationNoneLogInfo
By default, if the Sync Server allows logins without credentials, it logs a warning message.static int
LogStartStopDisabled
By default, the Sync Server logs messages when it starts and stops; this flag disables it.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
AdminDisabled
public static final int AdminDisabled
By default, the Admin server is enabled; this flag disables it.- See Also:
- Constant Field Values
-
LogStartStopDisabled
public static final int LogStartStopDisabled
By default, the Sync Server logs messages when it starts and stops; this flag disables it.- See Also:
- Constant Field Values
-
-