Uses of Class
io.helidon.integrations.oci.vault.Secret
-
Packages that use Secret Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of Secret in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return Secret Modifier and Type Method Description Secret
CreateSecret.Response. secret()
Metadata of the created secret.Methods in io.helidon.integrations.oci.vault that return types with arguments of type Secret Modifier and Type Method Description ApiOptionalResponse<Secret>
OciVault. getSecret(GetSecret.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Gets information about the specified secret.Single<ApiOptionalResponse<Secret>>
OciVaultRx. getSecret(GetSecret.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Gets information about the specified secret.
-