Class KeyStoreSecretsService
java.lang.Object
energy.eddie.aiida.services.secrets.KeyStoreSecretsService
- All Implemented Interfaces:
SecretsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringalias(UUID id, SecretType type) voiddeleteSecret(String alias) loadSecret(String alias) voidstoreSecret(UUID id, SecretType type, String secret)
-
Constructor Details
-
KeyStoreSecretsService
public KeyStoreSecretsService()
-
-
Method Details
-
alias
-
storeSecret
- Specified by:
storeSecretin interfaceSecretsService- Throws:
SecretStoringException
-
loadSecret
- Specified by:
loadSecretin interfaceSecretsService- Throws:
SecretLoadingException
-
deleteSecret
- Specified by:
deleteSecretin interfaceSecretsService- Throws:
SecretDeletionException
-