Interface SecretManager
- All Known Implementing Classes:
PropertiesSecretManager
public interface SecretManager
An interface for secret/credential managers.
- Since:
- 10.5
- Version:
- 10.5
- Author:
- Luke
-
Method Summary
-
Method Details
-
get
-
getKeys
Collection<String> getKeys()Returns the names of all the secrets.- Returns:
- a Collection of secret names
-
size
int size()Returns the number of loaded secrets.- Returns:
- the number of secrets
-
load
Optional initialization method- Throws:
IOException
- if an erorr occurs
-