public static class ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration extends Object
| Constructor and Description |
|---|
ConnectionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the
host for the connection (default localhost). |
String |
getPassword()
Gets Elasticsearch password for HTTP basic authentication.
|
int |
getPort()
Gets the
port for the connection (default 9200). |
String |
getUsername()
Gets Elasticsearch username for HTTP basic authentication.
|
boolean |
isUseSSL()
Indicates if the connection uses SSL.
|
void |
setHost(String host)
Sets the
host for the connection. |
void |
setPassword(String password)
Sets Elasticsearch password for HTTP basic authentication.
|
void |
setPort(int port)
Sets the
port for the connection. |
void |
setUsername(String username)
Sets Elasticsearch username for HTTP basic authentication.
|
void |
setUseSSL(boolean useSSL)
Sets the use of a SSL connection.
|
public boolean isUseSSL()
true when the connection uses SSL.public void setUseSSL(boolean useSSL)
useSSL - true when the connection uses SSL.public String getHost()
host for the connection (default localhost).host for the connection.public void setHost(String host)
host for the connection.host - The host for the connection.public int getPort()
port for the connection (default 9200).port for the connection.public void setPort(int port)
port for the connection.port - The port for the connection.public String getPassword()
public void setPassword(String password)
password - The password.public String getUsername()
public void setUsername(String username)
username - The username.Copyright © 2025 Open Identity Platform Community. All rights reserved.