com.atlassian.crowd.integration.service.soap.client
Interface ClientProperties
- All Known Implementing Classes:
- ClientPropertiesImpl
public interface ClientProperties
This bean is a container for the application's crowd.properties.
updateProperties
void updateProperties(Properties properties)
getApplicationName
String getApplicationName()
getApplicationPassword
String getApplicationPassword()
getApplicationAuthenticationURL
String getApplicationAuthenticationURL()
getSecurityServerURL
String getSecurityServerURL()
getCookieTokenKey
String getCookieTokenKey()
getSessionIsAuthenticated
String getSessionIsAuthenticated()
getSessionTokenKey
String getSessionTokenKey()
getSessionLastValidation
String getSessionLastValidation()
getSessionValidationInterval
long getSessionValidationInterval()
getApplicationAuthenticationContext
ApplicationAuthenticationContext getApplicationAuthenticationContext()
getHttpProxyPort
String getHttpProxyPort()
getHttpProxyHost
String getHttpProxyHost()
getHttpProxyUsername
String getHttpProxyUsername()
getHttpProxyPassword
String getHttpProxyPassword()
getHttpMaxConnections
String getHttpMaxConnections()
getHttpTimeout
String getHttpTimeout()
getBaseURL
String getBaseURL()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.