Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PassphraseGenerationContext.Builder |
PassphraseGenerationContext.Builder.generationTemplate(PassphraseGenerationContext.GenerationTemplate generationTemplate)
Name of passphrase generation template to generate passphrase type secret.
|
Constructor and Description |
---|
PassphraseGenerationContext(String secretTemplate,
PassphraseGenerationContext.GenerationTemplate generationTemplate,
Integer passphraseLength)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.