java.lang.Object
org.elasticsearch.xpack.core.ssl.RestrictedTrustConfig
- All Implemented Interfaces:
SslTrustConfig
An implementation of
SslTrustConfig that constructs a RestrictedTrustManager.
This implementation always wraps another TrustConfig to perform the
underlying certificate validation.-
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends StoredCertificate> inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.ssl.SslTrustConfig
isSystemDefault
-
Method Details
-
createTrustManager
- Specified by:
createTrustManagerin interfaceSslTrustConfig
-
getConfiguredCertificates
- Specified by:
getConfiguredCertificatesin interfaceSslTrustConfig
-
getDependentFiles
- Specified by:
getDependentFilesin interfaceSslTrustConfig
-
toString
-
equals
-
hashCode
public int hashCode()
-