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,
RestOperations restOperations)
Create a new
AzureMsiAuthentication . |
AzureMsiAuthentication(AzureMsiAuthenticationOptions options,
RestOperations vaultRestOperations,
RestOperations azureMetadataRestOperations)
Create a new
AzureMsiAuthentication specifying
AzureMsiAuthenticationOptions , a Vault and an Azure-Metadata-specific
RestOperations . |
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.