Package io.jmix.search
Class SearchProperties.SSL
java.lang.Object
io.jmix.search.SearchProperties.SSL
- Enclosing class:
- SearchProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
Alias what will be used to store certificate to Key Store.protected final String
Type of Certificate Factory.protected final String
Location of CA certificate for connection to Elasticsearch service.protected final String
Type of Key Store. -
Constructor Summary
-
Method Summary
-
Field Details
-
certificateLocation
Location of CA certificate for connection to Elasticsearch service. Location is handled according to the rules ofResources
-
certificateAlias
Alias what will be used to store certificate to Key Store. "es_client_ca" by default. -
certificateFactoryType
Type of Certificate Factory. "X.509" by default. -
keyStoreType
Type of Key Store. "pkcs12" by default.
-
-
Constructor Details
-
SSL
-