|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationConfiguration
DestinationConfiguration
interface provides read only access to destination properties.
Method Summary | |
---|---|
Map<String,String> |
getAllProperties()
Returns all destination properties in read only Map. |
KeyStore |
getKeyStore()
Returns the keystore configured in the destination. |
String |
getProperty(String key)
Returns the value of destination property with the specified key. |
KeyStore |
getTrustStore()
Returns the truststore configured in the destination. |
Method Detail |
---|
String getProperty(String key)
key
- - Key of destination property.
null
if the property does not exists.Map<String,String> getAllProperties()
Map
with all destination properties.KeyStore getKeyStore()
KeyStore
or null
if a keystore is not
configured or is missing.
IllegalArgumentException
- when properties "KeyStoreLocation" and "KeyStorePassword" are wrong.KeyStore getTrustStore()
KeyStore
or null
if a truststore is
not configured, is missing or if the default JDK truststore is used.
IllegalArgumentException
- when properties "TrustStoreLocation" and "TrustStorePassword" are wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |