public interface CredentialConfig
CredentialConfig
provides a base interface for all credential
configurations. Since credential configs are invoked via reflection by the
PropertyInvoker their method signatures are not important. They only need to
be able to create an SSL context initializer once their properties have been
set.Modifier and Type | Method and Description |
---|---|
SSLContextInitializer |
createSSLContextInitializer()
Creates an
SSLContextInitializer using the configured trust
and authentication material in this config. |
SSLContextInitializer createSSLContextInitializer() throws GeneralSecurityException
SSLContextInitializer
using the configured trust
and authentication material in this config.SSLContextInitializer
GeneralSecurityException
- if the ssl context initializer cannot be
createdCopyright © 2019. All rights reserved.