Package com.strongdm.api
Class VaultTLSCertSSHStore
java.lang.Object
com.strongdm.api.VaultTLSCertSSHStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA path to a CA file accessible by a NodeA path to a client certificate file accessible by a NodeA path to a client key file accessible by a NodegetId()Unique identifier of the SecretStore.intThe lifetime of certificates issued by this CA represented in minutes.getName()Unique human-readable name of the SecretStore.The namespace to make requests withinThe URL of the Vault to targetThe signing role to be used for signing certificatesThe mount point of the SSH engine configured with the desired CAgetTags()Tags is a map of key, value pairs.voidsetCACertPath(String in) A path to a CA file accessible by a NodevoidA path to a client certificate file accessible by a NodevoidA path to a client key file accessible by a NodevoidUnique identifier of the SecretStore.voidsetIssuedCertTTLMinutes(int in) The lifetime of certificates issued by this CA represented in minutes.voidUnique human-readable name of the SecretStore.voidsetNamespace(String in) The namespace to make requests withinvoidThe URL of the Vault to targetvoidsetSigningRole(String in) The signing role to be used for signing certificatesvoidThe mount point of the SSH engine configured with the desired CAvoidTags is a map of key, value pairs.
-
Constructor Details
-
VaultTLSCertSSHStore
public VaultTLSCertSSHStore()
-
-
Method Details
-
getCACertPath
A path to a CA file accessible by a Node -
setCACertPath
A path to a CA file accessible by a Node -
getClientCertPath
A path to a client certificate file accessible by a Node -
setClientCertPath
A path to a client certificate file accessible by a Node -
getClientKeyPath
A path to a client key file accessible by a Node -
setClientKeyPath
A path to a client key file accessible by a Node -
getId
Unique identifier of the SecretStore.- Specified by:
getIdin interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getIssuedCertTTLMinutes
public int getIssuedCertTTLMinutes()The lifetime of certificates issued by this CA represented in minutes. -
setIssuedCertTTLMinutes
public void setIssuedCertTTLMinutes(int in) The lifetime of certificates issued by this CA represented in minutes. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getNamein interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setNamein interfaceSecretStore
-
getNamespace
The namespace to make requests within -
setNamespace
The namespace to make requests within -
getServerAddress
The URL of the Vault to target -
setServerAddress
The URL of the Vault to target -
getSigningRole
The signing role to be used for signing certificates -
setSigningRole
The signing role to be used for signing certificates -
getSshMountPoint
The mount point of the SSH engine configured with the desired CA -
setSshMountPoint
The mount point of the SSH engine configured with the desired CA -
getTags
Tags is a map of key, value pairs.- Specified by:
getTagsin interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTagsin interfaceSecretStore
-