Uses of Class
com.oracle.bmc.vault.model.PassphraseGenerationContext.GenerationTemplate
-
Packages that use PassphraseGenerationContext.GenerationTemplate Package Description com.oracle.bmc.vault.model -
-
Uses of PassphraseGenerationContext.GenerationTemplate in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return PassphraseGenerationContext.GenerationTemplate Modifier and Type Method Description static PassphraseGenerationContext.GenerationTemplate
PassphraseGenerationContext.GenerationTemplate. create(String key)
PassphraseGenerationContext.GenerationTemplate
PassphraseGenerationContext. getGenerationTemplate()
Name of passphrase generation template to generate passphrase type secret.static PassphraseGenerationContext.GenerationTemplate
PassphraseGenerationContext.GenerationTemplate. valueOf(String name)
Returns the enum constant of this type with the specified name.static PassphraseGenerationContext.GenerationTemplate[]
PassphraseGenerationContext.GenerationTemplate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model with parameters of type PassphraseGenerationContext.GenerationTemplate Modifier and Type Method Description PassphraseGenerationContext.Builder
PassphraseGenerationContext.Builder. generationTemplate(PassphraseGenerationContext.GenerationTemplate generationTemplate)
Name of passphrase generation template to generate passphrase type secret.Constructors in com.oracle.bmc.vault.model with parameters of type PassphraseGenerationContext.GenerationTemplate Constructor Description PassphraseGenerationContext(String secretTemplate, PassphraseGenerationContext.GenerationTemplate generationTemplate, Integer passphraseLength)
Deprecated.
-