public abstract class SecretBackendMetadataSupport extends Object implements SecretBackendMetadata
SecretBackendMetadata implementations. Implementing classes
are required to implement SecretBackendMetadata.getPath() to derive name and variables from the
path.| Constructor and Description |
|---|
SecretBackendMetadataSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return a readable name of this secret backend.
|
org.springframework.vault.core.util.PropertyTransformer |
getPropertyTransformer()
Return a
PropertyTransformer to post-process properties retrieved from
Vault. |
Map<String,String> |
getVariables() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathpublic String getName()
SecretBackendMetadatagetName in interface SecretBackendMetadatapublic org.springframework.vault.core.util.PropertyTransformer getPropertyTransformer()
SecretBackendMetadataPropertyTransformer to post-process properties retrieved from
Vault.getPropertyTransformer in interface SecretBackendMetadataPropertyTransformerspublic Map<String,String> getVariables()
getVariables in interface SecretBackendMetadatabackend and key or path properties.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.