Uses of Class
io.helidon.integrations.vault.VaultResponse
-
Packages that use VaultResponse Package Description io.helidon.integrations.vault Vault integration.io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault.io.helidon.integrations.vault.auths.k8s Vault authentication method for Kubernetes.io.helidon.integrations.vault.auths.token Token authentication method for Vault.io.helidon.integrations.vault.secrets.kv2 Vault's Key/value version 2 Secrets Engine support.io.helidon.integrations.vault.secrets.pki Vault's PKI Secrets Engine support.io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of VaultResponse in io.helidon.integrations.vault
Constructor parameters in io.helidon.integrations.vault with type arguments of type VaultResponse Constructor Description VaultResponse(ApiEntityResponse.Builder<?,? extends VaultResponse,JsonObject> builder)Create a new response from a builder. -
Uses of VaultResponse in io.helidon.integrations.vault.auths.approle
Subclasses of VaultResponse in io.helidon.integrations.vault.auths.approle Modifier and Type Class Description static classGenerateSecretId.ResponseResponse object parsed from JSON returned by theRestApi.static classLogin.ResponseResponse object parsed from JSON returned by theRestApi. -
Uses of VaultResponse in io.helidon.integrations.vault.auths.k8s
Subclasses of VaultResponse in io.helidon.integrations.vault.auths.k8s Modifier and Type Class Description static classLogin.ResponseResponse object parsed from JSON returned by theRestApi. -
Uses of VaultResponse in io.helidon.integrations.vault.auths.token
Subclasses of VaultResponse in io.helidon.integrations.vault.auths.token Modifier and Type Class Description static classCreateToken.ResponseResponse object parsed from JSON returned by theRestApi.static classRenewToken.ResponseResponse object parsed from JSON returned by theRestApi.classTokenResponseResponse returning a token.Constructor parameters in io.helidon.integrations.vault.auths.token with type arguments of type VaultResponse Constructor Description TokenResponse(ApiEntityResponse.Builder<?,? extends VaultResponse,JsonObject> builder) -
Uses of VaultResponse in io.helidon.integrations.vault.secrets.kv2
Subclasses of VaultResponse in io.helidon.integrations.vault.secrets.kv2 Modifier and Type Class Description static classUpdateKv2.ResponseResponse object parsed from JSON returned by theRestApi. -
Uses of VaultResponse in io.helidon.integrations.vault.secrets.pki
Subclasses of VaultResponse in io.helidon.integrations.vault.secrets.pki Modifier and Type Class Description static classIssueCertificate.ResponseResponse object parsed from JSON returned by theRestApi.static classRevokeCertificate.ResponseResponse object parsed from JSON returned by theRestApi.static classSignCsr.ResponseResponse object parsed from JSON returned by theRestApi. -
Uses of VaultResponse in io.helidon.integrations.vault.secrets.transit
Subclasses of VaultResponse in io.helidon.integrations.vault.secrets.transit Modifier and Type Class Description static classDecrypt.ResponseResponse object parsed from JSON returned by theRestApi.static classDecryptBatch.ResponseResponse object parsed from JSON returned by theRestApi.static classEncrypt.ResponseResponse object parsed from JSON returned by theRestApi.static classEncryptBatch.ResponseResponse object parsed from JSON returned by theRestApi.static classHmac.ResponseResponse object parsed from JSON returned by theRestApi.static classSign.ResponseResponse object parsed from JSON returned by theRestApi.static classVerify.ResponseResponse object parsed from JSON returned by theRestApi.
-