exchange.setProperty(ExchangeConstantKeys.E3_API_ID.toString(), "MyApiID");
exchange.setProperty(ExchangeConstantKeys.E3_API_ID_ENCODED.toString(), "MonApiIDEncoded");
exchange.setProperty(ExchangeConstantKeys.E3_PROVISION_ID.toString(), "MyProvId");
ProvisionAuthentication auth = new ProvisionAuthentication();
Authkey authKey = new Authkey();
authKey.setKeyName("MyAuthkeyValue");
auth.getAuths().add(AuthType.AUTHKEY);
auth.setAuthKey(authKey);
HTTPSType httpsType = new HTTPSType();
httpsType.setEnabled(https);