Package com.strongdm.api
Class VaultTokenCertSSHStore
java.lang.Object
com.strongdm.api.VaultTokenCertSSHStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Unique identifier of the SecretStore.int
The lifetime of certificates issued by this CA 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.void
Unique identifier of the SecretStore.void
setIssuedCertTTLMinutes
(int in) The lifetime of certificates issued by this CA in minutes.void
Unique human-readable name of the SecretStore.void
setNamespace
(String in) The namespace to make requests withinvoid
The URL of the Vault to targetvoid
setSigningRole
(String in) The signing role to be used for signing certificatesvoid
The mount point of the SSH engine configured with the desired CAvoid
Tags is a map of key, value pairs.
-
Constructor Details
-
VaultTokenCertSSHStore
public VaultTokenCertSSHStore()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getId
in interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getIssuedCertTTLMinutes
public int getIssuedCertTTLMinutes()The lifetime of certificates issued by this CA in minutes. Recommended value is 5. -
setIssuedCertTTLMinutes
public void setIssuedCertTTLMinutes(int in) The lifetime of certificates issued by this CA in minutes. Recommended value is 5. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getName
in interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setName
in 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:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in interfaceSecretStore
-