public class Vault extends ServiceEndpoint implements HttpExceptionHandler
| Constructor and Description |
|---|
Vault(AppContext context,
java.lang.String providerAddress) |
Vault(AppContext context,
java.lang.String providerAddress,
java.lang.String targetDid,
java.lang.String targetAppDid) |
| Modifier and Type | Method and Description |
|---|---|
BackupService |
getBackupService() |
java.util.concurrent.CompletableFuture<java.lang.String> |
getCommitHash() |
DatabaseService |
getDatabaseService() |
FilesService |
getFilesService() |
PubSubService |
getPubSubService() |
ScriptingService |
getScriptingService() |
java.util.concurrent.CompletableFuture<java.lang.String> |
getVersion() |
getAppContext, getAppDid, getAppInstanceDid, getConnectionManager, getProviderAddress, getServiceDid, getServiceInstanceDid, getTargetAppDid, getTargetDid, getUserDidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertExceptionpublic Vault(AppContext context, java.lang.String providerAddress)
public Vault(AppContext context, java.lang.String providerAddress, java.lang.String targetDid, java.lang.String targetAppDid)
public FilesService getFilesService()
public DatabaseService getDatabaseService()
public ScriptingService getScriptingService()
public PubSubService getPubSubService()
public BackupService getBackupService()
public java.util.concurrent.CompletableFuture<java.lang.String> getVersion()
public java.util.concurrent.CompletableFuture<java.lang.String> getCommitHash()