com.atlassian.crowd.service.soap.client
Class SoapClientPropertiesImpl
java.lang.Object
com.atlassian.crowd.service.client.AbstractClientProperties
com.atlassian.crowd.service.client.ClientPropertiesImpl
com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
- All Implemented Interfaces:
- ClientProperties, SoapClientProperties
public class SoapClientPropertiesImpl
- extends ClientPropertiesImpl
- implements SoapClientProperties
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.crowd.service.client.ClientProperties |
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getBaseURL, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval |
PROPERTIES_FILE_SECURITY_SERVER_URL
public static final java.lang.String PROPERTIES_FILE_SECURITY_SERVER_URL
- Configuration file property value for the Crowd server web services URL.
- See Also:
- Constant Field Values
updateProperties
public void updateProperties(java.util.Properties properties)
- Description copied from interface:
ClientProperties
- Updates all the properties with the new values.
- Specified by:
updateProperties in interface ClientProperties- Overrides:
updateProperties in class ClientPropertiesImpl
- Parameters:
properties - properties to update from
getSecurityServerURL
public java.lang.String getSecurityServerURL()
- Description copied from interface:
SoapClientProperties
- Returns Crowd SOAP server web services URL
- Specified by:
getSecurityServerURL in interface SoapClientProperties
- Returns:
- Crowd SOAP server URL
toString
public java.lang.String toString()
- Overrides:
toString in class AbstractClientProperties
newInstanceFromResourceLocator
public static SoapClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
newInstanceFromProperties
public static SoapClientPropertiesImpl newInstanceFromProperties(java.util.Properties properties)
Copyright © 2011 Atlassian. All Rights Reserved.