public class RestcommConfig extends Object
| Constructor and Description |
|---|
RestcommConfig(SslMode sslMode,
String hostname,
boolean useHostnameToResolveRelativeUrl,
String authServerUrl,
String realmPublicKey,
String realm) |
RestcommConfig(String restcommXmlPath)
Tries to load and process restcomm configuration (restcomm.xml) from path restcommXmlPath
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthServerUrl() |
String |
getHostname() |
String |
getRealm() |
String |
getRealmPublicKey() |
SslMode |
getSslMode() |
boolean |
isUseHostnameToResolveRelativeUrl() |
public RestcommConfig(String restcommXmlPath) throws RestcommConfigurationException
restcommXmlPath - RestcommConfigurationExceptionpublic SslMode getSslMode()
public String getHostname()
public boolean isUseHostnameToResolveRelativeUrl()
public String getAuthServerUrl()
public String getRealmPublicKey()
public String getRealm()
Copyright © 2016. All Rights Reserved.