public interface VaultSecretBackendDescriptor
Typically used by SecretBackendMetadataFactory to provide path and
configuration to create a SecretBackendMetadata object. Instances are
materialized through Binder and should be therefore annotated with
@ConfigurationProperties.
Objects implementing this interface can be discovered either from the
ApplicationContext when using BootstrapConfiguration (deprecated since
3.0) or spring.factories when using ConfigDataLocationResolver.
SecretBackendMetadataFactory,
SecretBackendMetadata| Modifier and Type | Method and Description |
|---|---|
String |
getBackend()
Backend path without leading/trailing slashes.
|
boolean |
isEnabled() |
String getBackend()
secret or mysql.boolean isEnabled()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.