Package app.ductape.sdk.api.services
Class SecretsApiService
java.lang.Object
app.ductape.sdk.api.services.SecretsApiService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RequestContext auth, Map<String, Object> input) booleandelete(RequestContext auth, String key) fetch(RequestContext auth, String key) fetchAll(RequestContext auth) fetchEncrypted(RequestContext auth, String key) http()booleanrevoke(RequestContext auth, String key)
-
Constructor Details
-
SecretsApiService
-
-
Method Details
-
http
-
create
-
fetchAll
-
fetch
-
fetchEncrypted
-
update
-
delete
-
revoke
-