public interface VaultTemplateFactory
VaultAuthenticationMethod enum.| Modifier and Type | Method and Description |
|---|---|
org.springframework.vault.core.VaultTemplate |
getTemplate(URI endpoint,
org.springframework.vault.authentication.ClientAuthentication authentication)
Retrieves a VaultTemplate instance with the given endpoint and client authentication.
|
org.springframework.vault.core.VaultTemplate getTemplate(URI endpoint, org.springframework.vault.authentication.ClientAuthentication authentication)
endpoint - The URI of the Vault endpoint to connect to.authentication - The client authentication to use for authentication with the Vault server.VaultTemplate instance.Copyright © 2023 Atlassian. All rights reserved.