Package io.objectbox.sync.server
Class SyncServerFlags
java.lang.Object
io.objectbox.sync.server.SyncServerFlags
Bit flags to configure the Sync Server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBy default, the Admin server is enabled; this flag disables it.static final intBy default, if the Sync Server allows logins without credentials, it logs a warning message.static final intBy default, the Sync Server logs messages when it starts and stops; this flag disables it. -
Method Summary
-
Field Details
-
AuthenticationNoneLogInfo
public static final int AuthenticationNoneLogInfoBy 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 AdminDisabledBy default, the Admin server is enabled; this flag disables it.- See Also:
-
LogStartStopDisabled
public static final int LogStartStopDisabledBy default, the Sync Server logs messages when it starts and stops; this flag disables it.- See Also:
-