com.atlassian.crowd.service.client
Class ClientPropertiesImpl
java.lang.Object
com.atlassian.crowd.service.client.AbstractClientProperties
com.atlassian.crowd.service.client.ClientPropertiesImpl
- All Implemented Interfaces:
- ClientProperties
public class ClientPropertiesImpl
- extends AbstractClientProperties
This bean is a container for the application's crowd.properties.
| Fields inherited from class com.atlassian.crowd.service.client.AbstractClientProperties |
applicationAuthenticationContext, applicationAuthenticationURL, applicationName, applicationPassword, baseURL, cookieTokenKey, httpMaxConnections, httpProxyHost, httpProxyPassword, httpProxyPort, httpProxyUsername, httpTimeout, sessionLastValidation, sessionTokenKey, sessionValidationInterval |
| Methods inherited from class com.atlassian.crowd.service.client.AbstractClientProperties |
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getBaseURL, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClientPropertiesImpl
protected ClientPropertiesImpl()
updateProperties
public void updateProperties(java.util.Properties properties)
- Description copied from interface:
ClientProperties
- Updates all the properties with the new values.
- Parameters:
properties - properties to update from
loadAndLogPropertyString
protected java.lang.String loadAndLogPropertyString(java.util.Properties properties,
java.lang.String propertyName)
newInstanceFromResourceLocator
public static ClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
newInstanceFromProperties
public static ClientPropertiesImpl newInstanceFromProperties(java.util.Properties properties)
Copyright © 2011 Atlassian. All Rights Reserved.