Class RestrictedTrustConfig

java.lang.Object
org.elasticsearch.xpack.core.ssl.RestrictedTrustConfig
All Implemented Interfaces:
SslTrustConfig

public final class RestrictedTrustConfig extends Object implements SslTrustConfig
An implementation of SslTrustConfig that constructs a RestrictedTrustManager. This implementation always wraps another TrustConfig to perform the underlying certificate validation.