| Package | Description |
|---|---|
| org.springframework.cloud.config.server.environment | |
| org.springframework.cloud.config.server.environment.vault |
| Modifier and Type | Method and Description |
|---|---|
VaultEnvironmentProperties.AuthenticationMethod |
VaultEnvironmentProperties.getAuthentication() |
static VaultEnvironmentProperties.AuthenticationMethod |
VaultEnvironmentProperties.AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultEnvironmentProperties.AuthenticationMethod[] |
VaultEnvironmentProperties.AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VaultEnvironmentProperties.setAuthentication(VaultEnvironmentProperties.AuthenticationMethod authentication) |
| Modifier and Type | Field and Description |
|---|---|
protected VaultEnvironmentProperties.AuthenticationMethod |
SpringVaultClientAuthenticationProvider.supportedAuthenticationMethod |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SpringVaultClientAuthenticationProvider.missingClassForAuthMethod(String className,
String classArtifact,
VaultEnvironmentProperties.AuthenticationMethod authenticationMethod) |
protected String |
SpringVaultClientAuthenticationProvider.missingPropertyForAuthMethod(String propertyName,
VaultEnvironmentProperties.AuthenticationMethod authenticationMethod) |
| Constructor and Description |
|---|
SpringVaultClientAuthenticationProvider(VaultEnvironmentProperties.AuthenticationMethod supportedAuthenticationMethod) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.