Uses of Class
io.objectbox.sync.Credentials
Packages that use Credentials
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of Credentials in io.objectbox.sync
Methods in io.objectbox.sync that return CredentialsModifier and TypeMethodDescriptionCredentials.__assign(int _i, ByteBuffer _bb) Credentials.Vector.get(int j) Credentials.Vector.get(Credentials obj, int j) static CredentialsCredentials.getRootAsCredentials(ByteBuffer _bb) static CredentialsCredentials.getRootAsCredentials(ByteBuffer _bb, Credentials obj) Methods in io.objectbox.sync with parameters of type CredentialsModifier and TypeMethodDescriptionCredentials.Vector.get(Credentials obj, int j) static CredentialsCredentials.getRootAsCredentials(ByteBuffer _bb, Credentials obj) -
Uses of Credentials in io.objectbox.sync.server
Methods in io.objectbox.sync.server that return CredentialsModifier and TypeMethodDescriptionSyncServerOptions.authenticationMethods(int j) A list of enabled authentication methods available to Sync Clients to login.SyncServerOptions.authenticationMethods(Credentials obj, int j) ClusterPeerConfig.credentials()ClusterPeerConfig.credentials(Credentials obj) Methods in io.objectbox.sync.server with parameters of type CredentialsModifier and TypeMethodDescriptionSyncServerOptions.authenticationMethods(Credentials obj, int j) ClusterPeerConfig.credentials(Credentials obj)