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, socketTimeout, ssoCookieDomainName |
| Methods inherited from class com.atlassian.crowd.service.client.AbstractClientProperties |
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getBaseURL, getCookieTokenKey, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName |
| Methods inherited from interface com.atlassian.crowd.service.client.ClientProperties |
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getBaseURL, getCookieTokenKey, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName |
PROPERTIES_FILE_SECURITY_SERVER_URL
public static final 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(Properties properties)
- Specified by:
updateProperties in interface ClientProperties- Overrides:
updateProperties in class ClientPropertiesImpl
getSecurityServerURL
public 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 String toString()
- Overrides:
toString in class AbstractClientProperties
newInstanceFromResourceLocator
public static SoapClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
newInstanceFromProperties
public static SoapClientPropertiesImpl newInstanceFromProperties(Properties properties)
newInstanceFromPropertiesWithoutOverrides
public static SoapClientPropertiesImpl newInstanceFromPropertiesWithoutOverrides(Properties properties)
Copyright © 2013 Atlassian. All Rights Reserved.