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