Class AzureKeyVaultProperties.JcaProperties
- java.lang.Object
-
- com.azure.spring.security.keyvault.certificates.starter.AzureKeyVaultProperties.JcaProperties
-
- Enclosing class:
- AzureKeyVaultProperties
public static class AzureKeyVaultProperties.JcaProperties extends Object
Jca properties
-
-
Constructor Summary
Constructors Constructor Description JcaProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCertificatesRefreshInterval()
Gets the certificates refresh interval.String
getDisableHostnameVerification()
Gets the disable hostname verification.String
getOverrideTrustManagerFactory()
Gets the override trust manager factory.String
getRefreshCertificatesWhenHaveUnTrustCertificate()
Gets the refresh certificates when there is an untrusted certificate.void
setCertificatesRefreshInterval(long certificatesRefreshInterval)
Sets the certificates refresh interval.void
setDisableHostnameVerification(String disableHostnameVerification)
Sets the disable hostname verification.void
setOverrideTrustManagerFactory(String overrideTrustManagerFactory)
Sets the override trust manager factory.void
setRefreshCertificatesWhenHaveUnTrustCertificate(String refreshCertificatesWhenHaveUnTrustCertificate)
Sets the refresh certificates when there is an untrusted certificate.
-
-
-
Method Detail
-
getRefreshCertificatesWhenHaveUnTrustCertificate
public String getRefreshCertificatesWhenHaveUnTrustCertificate()
Gets the refresh certificates when there is an untrusted certificate.- Returns:
- the refresh certificates when there is an untrusted certificate
-
setRefreshCertificatesWhenHaveUnTrustCertificate
public void setRefreshCertificatesWhenHaveUnTrustCertificate(String refreshCertificatesWhenHaveUnTrustCertificate)
Sets the refresh certificates when there is an untrusted certificate.- Parameters:
refreshCertificatesWhenHaveUnTrustCertificate
- the refresh certificates when there is an untrusted certificate
-
getCertificatesRefreshInterval
public long getCertificatesRefreshInterval()
Gets the certificates refresh interval.- Returns:
- the certificates refresh interval
-
setCertificatesRefreshInterval
public void setCertificatesRefreshInterval(long certificatesRefreshInterval)
Sets the certificates refresh interval.- Parameters:
certificatesRefreshInterval
- the certificates refresh interval
-
getOverrideTrustManagerFactory
public String getOverrideTrustManagerFactory()
Gets the override trust manager factory.- Returns:
- the override trust manager factory.
-
setOverrideTrustManagerFactory
public void setOverrideTrustManagerFactory(String overrideTrustManagerFactory)
Sets the override trust manager factory.- Parameters:
overrideTrustManagerFactory
- the override trust manager factory
-
getDisableHostnameVerification
public String getDisableHostnameVerification()
Gets the disable hostname verification.- Returns:
- the disable hostname verification
-
setDisableHostnameVerification
public void setDisableHostnameVerification(String disableHostnameVerification)
Sets the disable hostname verification.- Parameters:
disableHostnameVerification
- the disable hostname verification
-
-