Package com.strongdm.api
Class SecretStores
java.lang.Object
com.strongdm.api.SecretStores
- All Implemented Interfaces:
SnapshotSecretStores
SecretStores are servers where resource secrets (passwords, keys) are stored.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(SecretStore secretStore) Delete removes a SecretStore by ID.Get reads one SecretStore by ID.List gets a list of SecretStores matching a given set of criteria.update
(SecretStore secretStore) Update replaces all the fields of a SecretStore by ID.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the SecretStores service which has the given deadline set for all method calls.
-
Constructor Details
-
SecretStores
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the SecretStores service which has the given deadline set for all method calls. -
create
- Throws:
RpcException
-
get
Get reads one SecretStore by ID.- Specified by:
get
in interfaceSnapshotSecretStores
- Throws:
RpcException
-
update
Update replaces all the fields of a SecretStore by ID.- Throws:
RpcException
-
delete
Delete removes a SecretStore by ID.- Throws:
RpcException
-
list
List gets a list of SecretStores matching a given set of criteria.- Specified by:
list
in interfaceSnapshotSecretStores
- Throws:
RpcException
-