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
 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, getCookieTokenKey, getHttpMaxConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getHttpTimeout, getSessionLastValidation, getSessionTokenKey, getSessionValidationInterval, getSocketTimeout, getSSOCookieDomainName, updateProperties
 

Method Detail

getSecurityServerURL

String getSecurityServerURL()
Returns Crowd SOAP server web services URL

Returns:
Crowd SOAP server URL


Copyright © 2013 Atlassian. All Rights Reserved.