public class ProxyTargetConfig extends Object
Constructor and Description |
---|
ProxyTargetConfig(Map<String,String> pMap)
Map which should contain the following keys
url -- JSR-160 Url of the target (mandatory)
user and password -- user and password to use (optional)
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEnv()
Env with user and password or empty map
|
String |
getUrl()
JSR-160 service URL
|
JSONObject |
toJSON()
As JSON representation
|
String |
toString() |
public String getUrl()
public Map<String,String> getEnv()
public JSONObject toJSON()
Copyright © 2017. All rights reserved.