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.


Method Summary
 ApplicationAuthenticationContext getApplicationAuthenticationContext()
           
 String getApplicationAuthenticationURL()
           
 String getApplicationName()
           
 String getApplicationPassword()
           
 String getBaseURL()
           
 String getCookieTokenKey()
           
 String getHttpMaxConnections()
           
 String getHttpProxyHost()
           
 String getHttpProxyPassword()
           
 String getHttpProxyPort()
           
 String getHttpProxyUsername()
           
 String getHttpTimeout()
           
 String getSecurityServerURL()
           
 String getSessionIsAuthenticated()
           
 String getSessionLastValidation()
           
 String getSessionTokenKey()
           
 long getSessionValidationInterval()
           
 void updateProperties(Properties properties)
           
 

Method Detail

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.