|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESClientConfigurationProvider
This provider allows to set the default ESServer and
initialize the ESKeyStoreManager with necessary certificates.
| Method Summary | |
|---|---|
List<ESServer> |
getDefaultServerInfos()
Returns a list of default ESServers. |
void |
initDefaultCertificates(ESKeyStoreManager keyStoreManager)
Allows the ESClientConfigurationProvider to initialize the ESKeyStoreManager. |
| Method Detail |
|---|
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 initialized
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||