| Package | Description |
|---|---|
| org.springframework.vault.authentication |
Support for authentication and session management.
|
| Modifier and Type | Method and Description |
|---|---|
AzureMsiAuthenticationOptions |
AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.build()
Build a new
AzureMsiAuthenticationOptions instance. |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationSteps |
AzureMsiAuthentication.createAuthenticationSteps(AzureMsiAuthenticationOptions options)
Creates a
AuthenticationSteps for Azure authentication given
AzureMsiAuthenticationOptions. |
protected static AuthenticationSteps |
AzureMsiAuthentication.createAuthenticationSteps(AzureMsiAuthenticationOptions options,
AzureVmEnvironment environment) |
| Constructor and Description |
|---|
AzureMsiAuthentication(AzureMsiAuthenticationOptions options,
org.springframework.web.client.RestOperations restOperations)
Create a new
AzureMsiAuthentication. |
AzureMsiAuthentication(AzureMsiAuthenticationOptions options,
org.springframework.web.client.RestOperations vaultRestOperations,
org.springframework.web.client.RestOperations azureMetadataRestOperations)
Create a new
AzureMsiAuthentication specifying
AzureMsiAuthenticationOptions, a Vault and an Azure-Metadata-specific
RestOperations. |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.