public final class ASConnectionParams extends Object
ASConnection parameters.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_KEEPALIVE_TIMEOUT
By default, expire persistent connection after 5 seconds.
|
| Modifier and Type | Method and Description |
|---|---|
static ASConnectionParams |
createFrom(ServerPluginConfiguration serverPluginConfig)
Creates a new instance from a standalone or host controller resource plugin configuration object.
|
String |
getHost() |
HostnameVerification |
getHostnameVerification() |
long |
getKeepAliveTimeout() |
String |
getKeyPassword() |
String |
getKeystore() |
String |
getKeystorePassword() |
String |
getKeystoreType() |
String |
getPassword() |
int |
getPort() |
String |
getTruststore() |
String |
getTruststorePassword() |
String |
getTruststoreType() |
TrustStrategy |
getTrustStrategy() |
String |
getUsername() |
boolean |
isClientcertAuthentication() |
boolean |
isSecure() |
public static final int DEFAULT_KEEPALIVE_TIMEOUT
public static ASConnectionParams createFrom(ServerPluginConfiguration serverPluginConfig)
serverPluginConfig - top level server plugin configuration objectpublic String getHost()
public int getPort()
public boolean isSecure()
public String getUsername()
public String getPassword()
public long getKeepAliveTimeout()
public TrustStrategy getTrustStrategy()
public HostnameVerification getHostnameVerification()
public String getTruststoreType()
public String getTruststore()
public String getTruststorePassword()
public boolean isClientcertAuthentication()
public String getKeystoreType()
public String getKeystore()
public String getKeystorePassword()
public String getKeyPassword()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.