Uses of Class
org.springframework.vault.authentication.AzureMsiAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AzureMsiAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.build()
Build a newAzureMsiAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
AzureMsiAuthentication.createAuthenticationSteps
(AzureMsiAuthenticationOptions options) Creates aAuthenticationSteps
for Azure authentication givenAzureMsiAuthenticationOptions
.protected static AuthenticationSteps
AzureMsiAuthentication.createAuthenticationSteps
(AzureMsiAuthenticationOptions options, AzureVmEnvironment environment) ModifierConstructorDescriptionAzureMsiAuthentication
(AzureMsiAuthenticationOptions options, RestOperations restOperations) Create a newAzureMsiAuthentication
.AzureMsiAuthentication
(AzureMsiAuthenticationOptions options, RestOperations vaultRestOperations, RestOperations azureMetadataRestOperations) Create a newAzureMsiAuthentication
specifyingAzureMsiAuthenticationOptions
, a Vault and an Azure-Metadata-specificRestOperations
.