Interface SecretsService
- All Known Implementing Classes:
KeyStoreSecretsService
public interface SecretsService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSecret(String alias) loadSecret(String alias) voidstoreSecret(UUID id, SecretType type, String secret)
-
Method Details
-
storeSecret
- Throws:
SecretStoringException
-
loadSecret
- Throws:
SecretLoadingException
-
deleteSecret
- Throws:
SecretDeletionException
-