Uses of Class
io.helidon.integrations.oci.vault.SecretStage
-
Packages that use SecretStage Package Description io.helidon.integrations.oci.vault 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 SecretStage Modifier and Type Method Description static SecretStage
SecretStage. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretStage[]
SecretStage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.integrations.oci.vault that return types with arguments of type SecretStage Modifier and Type Method Description List<SecretStage>
GetSecretBundle.Response. stages()
A list of possible rotation states for the secret version.Methods in io.helidon.integrations.oci.vault with parameters of type SecretStage Modifier and Type Method Description CreateSecret.SecretContent
CreateSecret.SecretContent. stage(SecretStage stage)
The rotation state of the secret content.GetSecretBundle.Request
GetSecretBundle.Request. stage(SecretStage stage)
Secret stage.OciVaultSecurityProvider.OciVaultSecretConfig.Builder
OciVaultSecurityProvider.OciVaultSecretConfig.Builder. stage(SecretStage stage)
Secret stage.
-