public final class VaultKvAccessStrategyFactory extends Object
VaultKvAccessStrategy.| Modifier and Type | Method and Description |
|---|---|
static VaultKvAccessStrategy |
forVersion(org.springframework.web.client.RestOperations rest,
String baseUrl,
int version,
String pathToKey)
|
public static VaultKvAccessStrategy forVersion(org.springframework.web.client.RestOperations rest, String baseUrl, int version, String pathToKey)
rest - must not be null.baseUrl - the Vault base URL.version - version of the Vault key-value backend.pathToKey - path after the mount-path, under which the key(s) can be found.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.