com.atlassian.crowd.service.soap.client
Interface SoapClientProperties

All Superinterfaces:
ClientProperties
All Known Implementing Classes:
SoapClientPropertiesImpl

public interface SoapClientProperties
extends ClientProperties

SOAP specific client properties.


Method Summary
 java.lang.String getSecurityServerURL()
          Returns Crowd SOAP server web services URL
 
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, updateProperties
 

Method Detail

getSecurityServerURL

java.lang.String getSecurityServerURL()
Returns Crowd SOAP server web services URL

Returns:
Crowd SOAP server URL


Copyright © 2010 Atlassian. All Rights Reserved.