com.atlassian.crowd.service.soap.client
Class SoapClientPropertiesImpl

java.lang.Object
  extended by com.atlassian.crowd.service.client.ClientPropertiesImpl
      extended by 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.


Field Summary
static java.lang.String PROPERTIES_FILE_SECURITY_SERVER_URL
          Configuration file property value for the Crowd server web services URL.
 
Method Summary
 java.lang.String getSecurityServerURL()
          Returns Crowd SOAP server web services URL
static SoapClientPropertiesImpl newInstanceFromProperties(java.util.Properties properties)
           
static SoapClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)
           
 java.lang.String toString()
           
 void updateProperties(java.util.Properties properties)
          Updates all the properties.
 
Methods inherited from class com.atlassian.crowd.service.client.ClientPropertiesImpl
getApplicationAuthenticationContext, getApplicationAuthenticationURL, getApplicationName, getApplicationPassword, getBaseURL, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionIsAuthenticated, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, loadAndLogPropertyString, setBaseURL
 
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, getSessionIsAuthenticated, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval
 

Field Detail

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
Method Detail

updateProperties

public void updateProperties(java.util.Properties properties)
Description copied from interface: ClientProperties
Updates all the properties.

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 ClientPropertiesImpl

newInstanceFromResourceLocator

public static SoapClientPropertiesImpl newInstanceFromResourceLocator(ResourceLocator resourceLocator)

newInstanceFromProperties

public static SoapClientPropertiesImpl newInstanceFromProperties(java.util.Properties properties)


Copyright © 2010 Atlassian. All Rights Reserved.