at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
ConnectionParameterForeign
, ConnectionParameterMandate
, ConnectionParameterMOASP
public abstract class ConnectionParameter extends Object implements at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
Modifier and Type | Field | 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 | Description |
---|---|
ConnectionParameter(String url,
Properties prop,
String basedirectory) |
Modifier and Type | Method | 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.ConnectionParameterInterface
public abstract String getClientKeyStore()
getClientKeyStore
in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
public abstract String getClientKeyStorePassword()
getClientKeyStorePassword
in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
public String getUrl()
getUrl
in interface at.gv.egovernment.moa.id.commons.api.ConnectionParameterInterface
Copyright © 2019. All rights reserved.