Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.SecretContent
-
Packages that use CreateSecret.SecretContent Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of CreateSecret.SecretContent in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return CreateSecret.SecretContent Modifier and Type Method Description static CreateSecret.SecretContentCreateSecret.SecretContent. builder()Create a new secret content.CreateSecret.SecretContentCreateSecret.SecretContent. content(String content)The text content of the secret.CreateSecret.SecretContentCreateSecret.SecretContent. contentBase64(String base64Content)The base64-encoded content of the secret.static CreateSecret.SecretContentCreateSecret.SecretContent. create(String plainTextSecret)Create new content from plain text secret.CreateSecret.SecretContentCreateSecret.SecretContent. name(String name)Names should be unique within a secret.CreateSecret.SecretContentCreateSecret.SecretContent. stage(SecretStage stage)The rotation state of the secret content.Methods in io.helidon.integrations.oci.vault with parameters of type CreateSecret.SecretContent Modifier and Type Method Description CreateSecret.RequestCreateSecret.Request. secretContent(CreateSecret.SecretContent secretContent)Content of the secret.
-