Uses of Class
io.helidon.integrations.common.rest.ApiJsonParser
-
Packages that use ApiJsonParser Package Description io.helidon.integrations.common.rest Common classes for accessing JSON based REST APIs of third party systems.io.helidon.integrations.oci.atp OCI ATP integration.io.helidon.integrations.oci.connect Classes needed for OCI to connect to service API.io.helidon.integrations.oci.objectstorage OCI Object Storage integration.io.helidon.integrations.oci.telemetry Integration with OCI Telemetry.io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support.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.cubbyhole Cubbyhole secret engine support for Vault.io.helidon.integrations.vault.secrets.database Vault's Database Secrets Engine support.io.helidon.integrations.vault.secrets.kv1 Vault's KV1 Secrets Engine support.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.io.helidon.integrations.vault.sys Sys operations for Vault. -
-
Uses of ApiJsonParser in io.helidon.integrations.common.rest
Subclasses of ApiJsonParser in io.helidon.integrations.common.rest Modifier and Type Class Description class
ApiEntityResponse
Response from a remote server with an entity.class
ApiOptionalResponse<R>
A response for requests that may or may not return an entity, such as GET requests that may have a404
response code.class
ApiResponse
A base for responses without an entity. -
Uses of ApiJsonParser in io.helidon.integrations.oci.atp
Subclasses of ApiJsonParser in io.helidon.integrations.oci.atp Modifier and Type Class Description static class
GenerateAutonomousDatabaseWallet.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.oci.connect
Subclasses of ApiJsonParser in io.helidon.integrations.oci.connect Modifier and Type Class Description class
OciResponseParser
Deprecated, for removal: This API element is subject to removal in a future version.OCI SDK instead -
Uses of ApiJsonParser in io.helidon.integrations.oci.objectstorage
Subclasses of ApiJsonParser in io.helidon.integrations.oci.objectstorage Modifier and Type Class Description static class
DeleteObject.Response
Response object for responses without an entity.static class
GetBucket.Response
Response object parsed from JSON returned by theRestApi
.static class
GetObject.Response
Response object parsed from JSON returned by theRestApi
.static class
GetObjectRx.Response
Response object parsed from JSON returned by theRestApi
.static class
PutObject.Response
Response object for responses without an entity.static class
RenameObject.Response
Response object for responses without an entity. -
Uses of ApiJsonParser in io.helidon.integrations.oci.telemetry
Subclasses of ApiJsonParser in io.helidon.integrations.oci.telemetry Modifier and Type Class Description static class
PostMetricData.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.oci.vault
Subclasses of ApiJsonParser in io.helidon.integrations.oci.vault Modifier and Type Class Description static class
CreateSecret.Response
Response object parsed from JSON returned by theRestApi
.static class
Decrypt.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteSecret.Response
Response object for responses without an entity.static class
Encrypt.Response
Response object parsed from JSON returned by theRestApi
.static class
GetKey.Response
Response object parsed from JSON returned by theRestApi
.static class
GetSecretBundle.Response
Response object parsed from JSON returned by theRestApi
.static class
GetVault.Response
Response object parsed from JSON returned by theRestApi
.class
Secret
A secret obtained from the vault.static class
Sign.Response
Response object parsed from JSON returned by theRestApi
.static class
Verify.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault
Subclasses of ApiJsonParser in io.helidon.integrations.vault Modifier and Type Class Description static class
ListSecrets.Response
Response object parsed from JSON returned by theRestApi
.class
VaultOptionalResponse<R>
Response for Vault operations that may contain entity.class
VaultResponse
Response from Vault, always expects a JSON entity. -
Uses of ApiJsonParser in io.helidon.integrations.vault.auths.approle
Subclasses of ApiJsonParser in io.helidon.integrations.vault.auths.approle Modifier and Type Class Description static class
CreateAppRole.Response
Create AppRole response.static class
DeleteAppRole.Response
Delete AppRole response.static class
DestroySecretId.Response
Destroy Secret ID response.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 ApiJsonParser in io.helidon.integrations.vault.auths.k8s
Subclasses of ApiJsonParser in io.helidon.integrations.vault.auths.k8s Modifier and Type Class Description static class
ConfigureK8s.Response
Create role response.static class
CreateRole.Response
Create role response.static class
DeleteRole.Response
Delete Role response.static class
Login.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.auths.token
Subclasses of ApiJsonParser 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
CreateTokenRole.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteTokenRole.Response
Response object parsed from JSON returned by theRestApi
.static class
RenewToken.Response
Response object parsed from JSON returned by theRestApi
.static class
RevokeAndOrphanToken.Response
Response object parsed from JSON returned by theRestApi
.static class
RevokeToken.Response
Response object parsed from JSON returned by theRestApi
.class
TokenResponse
Response returning a token. -
Uses of ApiJsonParser in io.helidon.integrations.vault.secrets.cubbyhole
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.cubbyhole Modifier and Type Class Description static class
CreateCubbyhole.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteCubbyhole.Response
Response object parsed from JSON returned by theRestApi
.static class
GetCubbyhole.Response
Response object parsed from JSON returned by theRestApi
.static class
UpdateCubbyhole.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.secrets.database
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.database Modifier and Type Class Description static class
DbConfigure.Response
Response object parsed from JSON returned by theRestApi
.static class
DbCreateRole.Response
Response object parsed from JSON returned by theRestApi
.static class
DbDelete.Response
Response object parsed from JSON returned by theRestApi
.static class
DbDeleteRole.Response
Response object parsed from JSON returned by theRestApi
.static class
DbGet.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.secrets.kv1
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.kv1 Modifier and Type Class Description static class
CreateKv1.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteKv1.Response
Response object parsed from JSON returned by theRestApi
.static class
GetKv1.Response
Response object parsed from JSON returned by theRestApi
.static class
UpdateKv1.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.secrets.kv2
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.kv2 Modifier and Type Class Description static class
CreateKv2.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteAllKv2.Response
Response object parsed from JSON returned by theRestApi
.static class
DeleteKv2.Response
Response object parsed from JSON returned by theRestApi
.static class
DestroyKv2.Response
Response object parsed from JSON returned by theRestApi
.static class
GetKv2.Response
Response object parsed from JSON returned by theRestApi
.class
Kv2Metadata
Metadata of a KV version 2 secret.static class
UndeleteKv2.Response
Response object parsed from JSON returned by theRestApi
.static class
UpdateKv2.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.secrets.pki
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.pki Modifier and Type Class Description static class
CaCertificateGet.Response
Response object parsed from JSON returned by theRestApi
.static class
CertificateGet.Response
Response object parsed from JSON returned by theRestApi
.static class
CrlGet.Response
Response object parsed from JSON returned by theRestApi
.static class
GenerateSelfSignedRoot.Response
Response object parsed from JSON returned by theRestApi
.static class
IssueCertificate.Response
Response object parsed from JSON returned by theRestApi
.static class
PkiRole.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 ApiJsonParser in io.helidon.integrations.vault.secrets.transit
Subclasses of ApiJsonParser in io.helidon.integrations.vault.secrets.transit Modifier and Type Class Description static class
CreateKey.Response
Response object parsed from JSON returned by theRestApi
.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
DeleteKey.Response
Response object parsed from JSON returned by theRestApi
.static class
Encrypt.Encrypted
Encrypted value.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
UpdateKeyConfig.Response
Response object parsed from JSON returned by theRestApi
.static class
Verify.Response
Response object parsed from JSON returned by theRestApi
. -
Uses of ApiJsonParser in io.helidon.integrations.vault.sys
Subclasses of ApiJsonParser in io.helidon.integrations.vault.sys Modifier and Type Class Description static class
CreatePolicy.Response
Response object parsed from JSON returned by theRestApi
.static class
DeletePolicy.Response
Response object parsed from JSON returned by theRestApi
.static class
DisableAuth.Response
Response object parsed from JSON returned by theRestApi
.static class
DisableEngine.Response
Response object parsed from JSON returned by theRestApi
.static class
EnableAuth.Response
Response object parsed from JSON returned by theRestApi
.static class
EnableEngine.Response
Response object parsed from JSON returned by theRestApi
.
-