Interface VaultKeyValueBackendPropertiesSupport
-
- All Known Implementing Classes:
VaultKeyValueBackendProperties
public interface VaultKeyValueBackendPropertiesSupportInterface declaring Key-Value configuration properties.- Since:
- 2.0
- Author:
- Mark Paluch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationName()StringgetBackend()StringgetDefaultContext()List<String>getProfiles()StringgetProfileSeparator()booleanisEnabled()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
- Returns:
- true if this backend configuration is enabled; false otherwise.
-
getBackend
String getBackend()
- Returns:
- mound path of the secret backend.
-
getDefaultContext
String getDefaultContext()
- Returns:
- default context path. Can be empty.
-
getProfileSeparator
String getProfileSeparator()
- Returns:
- profile separator character.
-
getApplicationName
String getApplicationName()
- Returns:
- the application name to use.
-
-