Package io.elastic.sailor.impl
Class ObjectStorageImpl
java.lang.Object
io.elastic.sailor.impl.ObjectStorageImpl
- All Implemented Interfaces:
ObjectStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.json.JsonObject
getJsonObject
(String id) javax.json.JsonObject
javax.json.JsonObject
postJsonObject
(javax.json.JsonObject object) void
setCryptoService
(CryptoServiceImpl cryptoService) void
setObjectStorageToken
(String objectStorageToken) void
setObjectStorageUri
(String objectStorageUri)
-
Constructor Details
-
ObjectStorageImpl
public ObjectStorageImpl()
-
-
Method Details
-
getJsonObject
- Specified by:
getJsonObject
in interfaceObjectStorage
-
postJsonObject
public javax.json.JsonObject postJsonObject(javax.json.JsonObject object) - Specified by:
postJsonObject
in interfaceObjectStorage
-
post
- Specified by:
post
in interfaceObjectStorage
-
setCryptoService
-
setObjectStorageUri
-
setObjectStorageToken
-