public class VaultSecret extends AbstractDescribableImpl<VaultSecret>
Modifier and Type | Class and Description |
---|---|
static class |
VaultSecret.DescriptorImpl |
static class |
VaultSecret.Mapping |
Constructor and Description |
---|
VaultSecret(String path,
List<VaultSecret.Mapping> mappings) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialId() |
List<VaultSecret.Mapping> |
getMappings() |
String |
getPath() |
String |
getTenant() |
String |
getTld() |
void |
setCredentialId(String credentialId) |
void |
setTenant(String tenant) |
void |
setTld(String tld) |
getDescriptor
@DataBoundConstructor public VaultSecret(String path, List<VaultSecret.Mapping> mappings)
public String getPath()
public List<VaultSecret.Mapping> getMappings()
public String getCredentialId()
@DataBoundSetter public void setCredentialId(String credentialId)
public String getTenant()
@DataBoundSetter public void setTenant(String tenant)
public String getTld()
@DataBoundSetter public void setTld(String tld)
Copyright © 2016–2021. All rights reserved.