XML Configuration Reference : Security : SearchAPISecurity
 
SearchAPISecurity
com.exalead.mercury.mami.master.v10.SearchAPISecurity
Class used for search API security (search, fetch). Defines whether the connection to the search API should be authenticated and/or secured.
Parent elements:
com.exalead.mercury.mami.master.v10.ProductSecurity (as ProductSecurity)
Attributes:
Name
Type
Default value
Description
login
string
Login. Set to null to disable authentication.
password
string
Password. Encrypted using product RSA encryption key.
useHttps
boolean
Secures connection with HTTPS.
serverCertificate
string
When using HTTPS, name of a sertificate inside the security folder of the data directory. When not provided the default certificate is used.
Nested elements:
Name
Type
Description
IPRule
com.exalead.mercury.mami.master.v10.IPRule*