Uses of Class
org.springframework.vault.authentication.AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder
Package
Description
Support for authentication and session management.
-
Uses of AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAzureMsiAuthenticationOptions.builder()
AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.identityTokenServiceUri
(URI identityTokenServiceUri) Configure the managed identity service tokenURI
.AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.instanceMetadataUri
(URI instanceMetadataServiceUri) Configure the instance metadataURI
.Configure the mount path, defaults to azure.Configure the name of the role against which the login is being attempted.AzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.vmEnvironment
(AzureVmEnvironment vmEnvironment) Configure a VM environment (subscriptionId, resource group name, VM name).