public abstract class ConnectionParameter extends Object implements at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
| Modifier and Type | Field and Description |
|---|---|
protected String |
basedirectory |
protected Properties |
prop |
protected static String |
PROP_IDENTIFIER_ACCEPEDSERVERCERTS |
protected static String |
PROP_IDENTIFIER_KEYSTORE |
protected static String |
PROP_IDENTIFIER_KEYSTOREPASSWORD |
protected String |
url |
| Constructor and Description |
|---|
ConnectionParameter(String url,
Properties prop,
String basedirectory) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAcceptedServerCertificates()
Returns the acceptedServerCertificates.
|
abstract String |
getClientKeyStore()
Returns the clientKeyStore.
|
abstract String |
getClientKeyStorePassword()
Returns the clientKeyStorePassword.
|
String |
getUrl() |
protected static final String PROP_IDENTIFIER_KEYSTORE
protected static final String PROP_IDENTIFIER_KEYSTOREPASSWORD
protected static final String PROP_IDENTIFIER_ACCEPEDSERVERCERTS
protected String url
protected Properties prop
protected String basedirectory
public ConnectionParameter(String url, Properties prop, String basedirectory)
public abstract String getAcceptedServerCertificates()
getAcceptedServerCertificates in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterfacepublic abstract String getClientKeyStore()
getClientKeyStore in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterfacepublic abstract String getClientKeyStorePassword()
getClientKeyStorePassword in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterfacepublic String getUrl()
getUrl in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterfaceCopyright © 2017. All rights reserved.