public interface HasTruststore extends IScopeProvider
Modifier and Type | Method and Description |
---|---|
String |
getTrustManagerAlgorithm() |
String |
getTruststore() |
String |
getTruststoreAuthAlias() |
String |
getTruststorePassword() |
KeystoreType |
getTruststoreType() |
boolean |
isAllowSelfSignedCertificates() |
boolean |
isIgnoreCertificateExpiredException() |
boolean |
isVerifyHostname() |
void |
setAllowSelfSignedCertificates(boolean allowSelfSignedCertificates)
If
true , self signed certificates are accepted |
void |
setIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException)
If
true , CertificateExpiredExceptions are ignored |
void |
setTrustManagerAlgorithm(String trustManagerAlgorithm)
Trust manager algorithm.
|
void |
setTruststore(String truststore)
Resource url to truststore.
|
void |
setTruststoreAuthAlias(String truststoreAuthAlias)
Authentication alias used to obtain truststore password
|
void |
setTruststorePassword(String truststorePassword)
Default password to access truststore
|
void |
setTruststoreType(KeystoreType truststoreType)
Type of truststore
|
void |
setVerifyHostname(boolean verifyHostname)
If
true , the hostname in the certificate will be checked against the actual hostname of the peer |
getConfigurationClassLoader
String getTruststore()
KeystoreType getTruststoreType()
String getTruststoreAuthAlias()
String getTruststorePassword()
String getTrustManagerAlgorithm()
boolean isVerifyHostname()
boolean isAllowSelfSignedCertificates()
boolean isIgnoreCertificateExpiredException()
void setTruststore(String truststore)
void setTruststoreType(KeystoreType truststoreType)
void setTruststoreAuthAlias(String truststoreAuthAlias)
void setTruststorePassword(String truststorePassword)
void setTrustManagerAlgorithm(String trustManagerAlgorithm)
void setVerifyHostname(boolean verifyHostname)
true
, the hostname in the certificate will be checked against the actual hostname of the peervoid setAllowSelfSignedCertificates(boolean allowSelfSignedCertificates)
true
, self signed certificates are acceptedvoid setIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException)
true
, CertificateExpiredExceptions are ignoredCopyright © 2023 Frank!Framework. All rights reserved.