com.atlassian.crowd.service.client
Interface ClientProperties

All Known Subinterfaces:
SoapClientProperties
All Known Implementing Classes:
ClientPropertiesImpl, SoapClientPropertiesImpl

public interface ClientProperties

Properties requires for the Crowd Client. Normally the properties are stored in crowd.properties file.


Method Summary
 ApplicationAuthenticationContext getApplicationAuthenticationContext()
           
 java.lang.String getApplicationAuthenticationURL()
           
 java.lang.String getApplicationName()
          Returns the application name.
 java.lang.String getApplicationPassword()
          Returns the application password used for authenticating the application.
 java.lang.String getBaseURL()
           
 java.lang.String getCookieTokenKey()
           
 java.lang.String getHttpMaxConnections()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPassword()
           
 java.lang.String getHttpProxyPort()
           
 java.lang.String getHttpProxyUsername()
           
 java.lang.String getHttpTimeout()
           
 java.lang.String getSessionIsAuthenticated()
           
 java.lang.String getSessionLastValidation()
           
 java.lang.String getSessionTokenKey()
           
 long getSessionValidationInterval()
           
 void updateProperties(java.util.Properties properties)
          Updates all the properties.
 

Method Detail

updateProperties

void updateProperties(java.util.Properties properties)
Updates all the properties.

Parameters:
properties - properties to update from

getApplicationName

java.lang.String getApplicationName()
Returns the application name. Used in application authentication.

Returns:
application name.

getApplicationPassword

java.lang.String getApplicationPassword()
Returns the application password used for authenticating the application.

Returns:
application password.

getApplicationAuthenticationURL

java.lang.String getApplicationAuthenticationURL()

getCookieTokenKey

java.lang.String getCookieTokenKey()

getSessionIsAuthenticated

java.lang.String getSessionIsAuthenticated()

getSessionTokenKey

java.lang.String getSessionTokenKey()

getSessionLastValidation

java.lang.String getSessionLastValidation()

getSessionValidationInterval

long getSessionValidationInterval()

getApplicationAuthenticationContext

ApplicationAuthenticationContext getApplicationAuthenticationContext()

getHttpProxyPort

java.lang.String getHttpProxyPort()

getHttpProxyHost

java.lang.String getHttpProxyHost()

getHttpProxyUsername

java.lang.String getHttpProxyUsername()

getHttpProxyPassword

java.lang.String getHttpProxyPassword()

getHttpMaxConnections

java.lang.String getHttpMaxConnections()

getHttpTimeout

java.lang.String getHttpTimeout()

getBaseURL

java.lang.String getBaseURL()


Copyright © 2010 Atlassian. All Rights Reserved.