public interface ESClientConfigurationProvider
ESServer and
initialize the ESKeyStoreManager with necessary certificates.| Modifier and Type | Method and Description |
|---|---|
List<ESServer> |
getDefaultServerInfos()
Returns a list of default
ESServers. |
void |
initDefaultCertificates(ESKeyStoreManager keyStoreManager)
Allows the
ESClientConfigurationProvider to initialize the ESKeyStoreManager. |
List<ESServer> getDefaultServerInfos()
Returns a list of default ESServers.
NOTE: This method is called during workspace initialization, i.e. you must NOT use
ESWorkspaceProvider.INSTANCE in the scope of this method. This means you
must not create a session while creating the default server information.
void initDefaultCertificates(ESKeyStoreManager keyStoreManager)
ESClientConfigurationProvider to initialize the ESKeyStoreManager. Use
ESKeyStoreManager.setDefaultCertificate(String) to set the default alias and
ESKeyStoreManager.addCertificate(String, java.io.InputStream) to add your certificate.keyStoreManager - the ESKeyStoreManager to be initializedCopyright © 2017. All rights reserved.