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 class
GenerateSecretId.Response
Response object parsed from JSON returned by theRestApi
.static class
Login.Response
Response 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 class
Login.Response
Response 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 class
CreateToken.Response
Response object parsed from JSON returned by theRestApi
.static class
RenewToken.Response
Response object parsed from JSON returned by theRestApi
.class
TokenResponse
Response 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 class
UpdateKv2.Response
Response 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 class
IssueCertificate.Response
Response object parsed from JSON returned by theRestApi
.static class
RevokeCertificate.Response
Response object parsed from JSON returned by theRestApi
.static class
SignCsr.Response
Response 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 class
Decrypt.Response
Response object parsed from JSON returned by theRestApi
.static class
DecryptBatch.Response
Response object parsed from JSON returned by theRestApi
.static class
Encrypt.Response
Response object parsed from JSON returned by theRestApi
.static class
EncryptBatch.Response
Response object parsed from JSON returned by theRestApi
.static class
Hmac.Response
Response object parsed from JSON returned by theRestApi
.static class
Sign.Response
Response object parsed from JSON returned by theRestApi
.static class
Verify.Response
Response object parsed from JSON returned by theRestApi
.
-