Class VaultProperties.AzureMsiProperties
- java.lang.Object
-
- org.springframework.cloud.vault.config.VaultProperties.AzureMsiProperties
-
- Enclosing class:
- VaultProperties
public static class VaultProperties.AzureMsiProperties extends Object
Azure MSI properties.
-
-
Constructor Summary
Constructors Constructor Description AzureMsiProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAzurePath()URIgetIdentityTokenService()URIgetMetadataService()StringgetRole()voidsetAzurePath(String azurePath)voidsetIdentityTokenService(URI identityTokenService)voidsetMetadataService(URI metadataService)voidsetRole(String role)
-
-
-
Method Detail
-
getAzurePath
public String getAzurePath()
-
setAzurePath
public void setAzurePath(String azurePath)
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
getMetadataService
public URI getMetadataService()
-
setMetadataService
public void setMetadataService(URI metadataService)
-
getIdentityTokenService
public URI getIdentityTokenService()
-
setIdentityTokenService
public void setIdentityTokenService(URI identityTokenService)
-
-