public static final class SplunkAuditEventHandlerConfiguration.ConnectionConfiguration extends Object
Constructor and Description |
---|
ConnectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Gets the
host for the connection (default localhost ). |
int |
getPort()
Gets the
port for the connection (default 8088 ). |
boolean |
isUseSSL()
Indicates if the connection uses SSL.
|
void |
setHost(String host)
Sets the
host for the connection. |
void |
setPort(int port)
Sets the
port for the connection. |
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 8088
).port
for the connection.public void setPort(int port)
port
for the connection.port
- The port
for the connection.Copyright 2010-2022 ForgeRock AS.