public class ClientPropertiesImpl extends AbstractClientProperties
applicationAuthenticationContext, applicationAuthenticationURL, applicationName, applicationPassword, authenticationMethod, baseURL, cookieTokenKey, httpMaxConnections, httpProxyHost, httpProxyPassword, httpProxyPort, httpProxyUsername, httpTimeout, sessionLastValidation, sessionTokenKey, sessionValidationInterval, socketTimeout, ssoCookieDomainName
Modifier | Constructor and Description |
---|---|
protected |
ClientPropertiesImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
loadAndLogPropertyString(Properties properties,
String propertyName) |
String |
loadPropertyString(Properties properties,
String propertyName) |
static ClientPropertiesImpl |
newInstanceFromProperties(Properties properties) |
static ClientPropertiesImpl |
newInstanceFromResourceLocator(ResourceLocator resourceLocator) |
void |
updateProperties(Properties properties)
Updates all the client properties with new vew values, which are read from the properties passed as argument.
|
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getAuthenticationMethod, getBaseURL, getCookieTokenKey, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName, toString
public void updateProperties(Properties properties)
properties
- properties to update from, unless overridden by system properties or environment variables@Nullable public String loadPropertyString(Properties properties, String propertyName)
@Nullable protected String loadAndLogPropertyString(Properties properties, String propertyName)
public static ClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
public static ClientPropertiesImpl newInstanceFromProperties(Properties properties)
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences