public class NoopClientProperties extends Object implements com.atlassian.crowd.service.client.ClientProperties
Constructor and Description |
---|
NoopClientProperties() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext |
getApplicationAuthenticationContext() |
String |
getApplicationAuthenticationURL() |
String |
getApplicationName() |
String |
getApplicationPassword() |
com.atlassian.crowd.service.client.AuthenticationMethod |
getAuthenticationMethod() |
String |
getBaseURL() |
String |
getCookieTokenKey() |
String |
getCookieTokenKey(String s) |
String |
getHttpMaxConnections() |
String |
getHttpProxyHost() |
String |
getHttpProxyPassword() |
String |
getHttpProxyPort() |
String |
getHttpProxyUsername() |
String |
getHttpTimeout() |
String |
getSessionLastValidation() |
String |
getSessionTokenKey() |
long |
getSessionValidationInterval() |
String |
getSocketTimeout() |
String |
getSSOCookieDomainName() |
void |
updateProperties(Properties properties) |
public void updateProperties(Properties properties)
updateProperties
in interface com.atlassian.crowd.service.client.ClientProperties
public String getApplicationName()
getApplicationName
in interface com.atlassian.crowd.service.client.ClientProperties
public String getApplicationPassword()
getApplicationPassword
in interface com.atlassian.crowd.service.client.ClientProperties
public String getApplicationAuthenticationURL()
getApplicationAuthenticationURL
in interface com.atlassian.crowd.service.client.ClientProperties
public String getCookieTokenKey()
getCookieTokenKey
in interface com.atlassian.crowd.service.client.ClientProperties
public String getCookieTokenKey(String s)
getCookieTokenKey
in interface com.atlassian.crowd.service.client.ClientProperties
public String getSessionTokenKey()
getSessionTokenKey
in interface com.atlassian.crowd.service.client.ClientProperties
public String getSessionLastValidation()
getSessionLastValidation
in interface com.atlassian.crowd.service.client.ClientProperties
public long getSessionValidationInterval()
getSessionValidationInterval
in interface com.atlassian.crowd.service.client.ClientProperties
public com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext getApplicationAuthenticationContext()
getApplicationAuthenticationContext
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpProxyPort()
getHttpProxyPort
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpProxyHost()
getHttpProxyHost
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpProxyUsername()
getHttpProxyUsername
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpProxyPassword()
getHttpProxyPassword
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpMaxConnections()
getHttpMaxConnections
in interface com.atlassian.crowd.service.client.ClientProperties
public String getHttpTimeout()
getHttpTimeout
in interface com.atlassian.crowd.service.client.ClientProperties
public String getSocketTimeout()
getSocketTimeout
in interface com.atlassian.crowd.service.client.ClientProperties
public String getBaseURL()
getBaseURL
in interface com.atlassian.crowd.service.client.ClientProperties
public String getSSOCookieDomainName()
getSSOCookieDomainName
in interface com.atlassian.crowd.service.client.ClientProperties
@Nonnull public com.atlassian.crowd.service.client.AuthenticationMethod getAuthenticationMethod()
getAuthenticationMethod
in interface com.atlassian.crowd.service.client.ClientProperties
Copyright © 2002-2024 Atlassian. All Rights Reserved.