| Package | Description |
|---|---|
| com.atlassian.secrets.store.vault | |
| com.atlassian.secrets.store.vault.auth |
| Modifier and Type | Method and Description |
|---|---|
VaultAuthenticationMethod |
VaultParams.getAuthenticationType() |
| Constructor and Description |
|---|
VaultParams(String mount,
String path,
String key,
String endpoint,
VaultAuthenticationMethod authenticationType) |
| Modifier and Type | Method and Description |
|---|---|
static VaultAuthenticationMethod |
VaultAuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultAuthenticationMethod[] |
VaultAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Atlassian. All rights reserved.