public interface VaultAuthenticationProvider
| Modifier and Type | Method and Description |
|---|---|
org.springframework.vault.authentication.ClientAuthentication |
getAuthentication(VaultParams params)
Retrieves the appropriate authentication method based on the provided authentication type.
|
org.springframework.vault.authentication.ClientAuthentication getAuthentication(VaultParams params)
params - The parameters to configure Vault client.ClientAuthentication corresponding to the provided authentication type or Token method if no method is providedSecretStoreException - if the authentication configuration is not found for provided authentication method.Copyright © 2023 Atlassian. All rights reserved.