Uses of Class
com.azure.spring.security.keyvault.certificates.starter.AzureKeyVaultProperties.JcaProperties
-
-
Uses of AzureKeyVaultProperties.JcaProperties in com.azure.spring.security.keyvault.certificates.starter
Methods in com.azure.spring.security.keyvault.certificates.starter that return AzureKeyVaultProperties.JcaProperties Modifier and Type Method Description AzureKeyVaultProperties.JcaProperties
AzureKeyVaultProperties. getJca()
Gets the JCA properties.Methods in com.azure.spring.security.keyvault.certificates.starter with parameters of type AzureKeyVaultProperties.JcaProperties Modifier and Type Method Description void
AzureKeyVaultProperties. setJca(AzureKeyVaultProperties.JcaProperties jca)
Sets the JCA properties.
-