Uses of Class
org.springframework.vault.authentication.AzureMsiAuthenticationOptions
Packages that use AzureMsiAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AzureMsiAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return AzureMsiAuthenticationOptionsModifier and TypeMethodDescriptionAzureMsiAuthenticationOptions.AzureMsiAuthenticationOptionsBuilder.build()
Build a newAzureMsiAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type AzureMsiAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
AzureMsiAuthentication.createAuthenticationSteps
(AzureMsiAuthenticationOptions options) Creates aAuthenticationSteps
for Azure authentication givenAzureMsiAuthenticationOptions
.protected static AuthenticationSteps
AzureMsiAuthentication.createAuthenticationSteps
(AzureMsiAuthenticationOptions options, @Nullable AzureVmEnvironment environment) Constructors in org.springframework.vault.authentication with parameters of type AzureMsiAuthenticationOptionsModifierConstructorDescriptionAzureMsiAuthentication
(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
.