public class SoapClientPropertiesImpl extends ClientPropertiesImpl implements SoapClientProperties
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTIES_FILE_SECURITY_SERVER_URL
Configuration file property value for the Crowd server web services URL.
|
applicationAuthenticationContext, applicationAuthenticationURL, applicationName, applicationPassword, authenticationMethod, baseURL, cookieTokenKey, httpMaxConnections, httpProxyHost, httpProxyPassword, httpProxyPort, httpProxyUsername, httpTimeout, sessionLastValidation, sessionTokenKey, sessionValidationInterval, socketTimeout, ssoCookieDomainName
Modifier and Type | Method and Description |
---|---|
String |
getSecurityServerURL()
Returns Crowd SOAP server web services URL
|
static SoapClientPropertiesImpl |
newInstanceFromProperties(Properties properties) |
static SoapClientPropertiesImpl |
newInstanceFromPropertiesWithoutOverrides(Properties properties) |
static SoapClientPropertiesImpl |
newInstanceFromResourceLocator(ResourceLocator resourceLocator) |
String |
toString() |
void |
updateProperties(Properties properties)
Updates all the client properties with new vew values, which are read from the properties passed as argument.
|
loadAndLogPropertyString, loadPropertyString
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getAuthenticationMethod, getBaseURL, getCookieTokenKey, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getAuthenticationMethod, getBaseURL, getCookieTokenKey, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName
public static final String PROPERTIES_FILE_SECURITY_SERVER_URL
public void updateProperties(Properties properties)
ClientPropertiesImpl
updateProperties
in interface ClientProperties
updateProperties
in class ClientPropertiesImpl
properties
- properties to update from, unless overridden by system properties or environment variablespublic String getSecurityServerURL()
SoapClientProperties
getSecurityServerURL
in interface SoapClientProperties
public String toString()
toString
in class AbstractClientProperties
public static SoapClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
public static SoapClientPropertiesImpl newInstanceFromProperties(Properties properties)
public static SoapClientPropertiesImpl newInstanceFromPropertiesWithoutOverrides(Properties properties)
Copyright © 2020 Atlassian. All rights reserved.