Uses of Enum Class
io.helidon.integrations.oci.vault.SecretStage
Packages that use SecretStage
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of SecretStage in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return SecretStageModifier and TypeMethodDescriptionstatic SecretStageReturns the enum constant of this class with the specified name.static SecretStage[]SecretStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.oci.vault that return types with arguments of type SecretStageModifier and TypeMethodDescriptionGetSecretBundle.Response.stages()A list of possible rotation states for the secret version.Methods in io.helidon.integrations.oci.vault with parameters of type SecretStageModifier and TypeMethodDescriptionCreateSecret.SecretContent.stage(SecretStage stage) The rotation state of the secret content.GetSecretBundle.Request.stage(SecretStage stage) Secret stage.OciVaultSecurityProvider.OciVaultSecretConfig.Builder.stage(SecretStage stage) Secret stage.