Package | Description |
---|---|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
static VaultMount.VaultMountBuilder |
VaultMount.builder() |
VaultMount.VaultMountBuilder |
VaultMount.VaultMountBuilder.config(Map<String,Object> config)
Set additional configuration details for this mount.
|
VaultMount.VaultMountBuilder |
VaultMount.VaultMountBuilder.description(String description)
Configure a human readable description of this mount.
|
VaultMount.VaultMountBuilder |
VaultMount.VaultMountBuilder.options(Map<String,String> options)
Set mount type specific options for this mount.
|
VaultMount.VaultMountBuilder |
VaultMount.VaultMountBuilder.type(String type)
Configure the backend type.
|
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.