Uses of Class
io.helidon.integrations.vault.secrets.pki.SignCsr.Response
-
Packages that use SignCsr.Response Package Description io.helidon.integrations.vault.secrets.pki Vault's PKI Secrets Engine support. -
-
Uses of SignCsr.Response in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return SignCsr.Response Modifier and Type Method Description SignCsr.Response
PkiSecrets. signCertificateRequest(SignCsr.Request request)
This endpoint signs a new certificate based upon the provided CSR and the supplied parameters, subject to the restrictions contained in the role named in the endpoint.Methods in io.helidon.integrations.vault.secrets.pki that return types with arguments of type SignCsr.Response Modifier and Type Method Description Single<SignCsr.Response>
PkiSecretsRx. signCertificateRequest(SignCsr.Request request)
This endpoint signs a new certificate based upon the provided CSR and the supplied parameters, subject to the restrictions contained in the role named in the endpoint.
-