Interface SecretBuilder
- All Known Implementing Classes:
SecretBuilderImpl
public interface SecretBuilder
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionsave()
Save the secret.The tenant id for the secretThe value of the secret
-
Method Details
-
tenantId
The tenant id for the secret -
value
The value of the secret -
save
Secret save()Save the secret. It would either create a new one or update an existing one.
-