public abstract class ConnectionData extends Object
| Constructor and Description |
|---|
ConnectionData(Xs2Environment xs2Environment,
String upsName)
Creates a new instance of
ConnectionData. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the conneciton password.
|
String |
getUrl()
Returns the connection URL.
|
String |
getUser()
Returns the connection user.
|
public ConnectionData(Xs2Environment xs2Environment, String upsName) throws VcapServiceNotFoundException, PropertyNotFoundException
ConnectionData.xs2Environment - the XS Advanced environmentupsName - the name of the user-provided service that holds conneciton credentialsVcapServiceNotFoundException - if the service cannot be foundPropertyNotFoundException - if a property cannot be foundCopyright © 2016 SAP. All Rights Reserved.