com.atlassian.jira.crowd.embedded
Class NoopClientProperties
java.lang.Object
com.atlassian.jira.crowd.embedded.NoopClientProperties
- All Implemented Interfaces:
- com.atlassian.crowd.service.client.ClientProperties
public class NoopClientProperties
- extends Object
- implements com.atlassian.crowd.service.client.ClientProperties
We don't provide any of this functionality. Just need to provide this guy because
Crowd Rest Plugin needs an implementation.
- Since:
- v4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopClientProperties
public NoopClientProperties()
updateProperties
public void updateProperties(Properties properties)
- Specified by:
updateProperties
in interface com.atlassian.crowd.service.client.ClientProperties
getApplicationName
public String getApplicationName()
- Specified by:
getApplicationName
in interface com.atlassian.crowd.service.client.ClientProperties
getApplicationPassword
public String getApplicationPassword()
- Specified by:
getApplicationPassword
in interface com.atlassian.crowd.service.client.ClientProperties
getApplicationAuthenticationURL
public String getApplicationAuthenticationURL()
- Specified by:
getApplicationAuthenticationURL
in interface com.atlassian.crowd.service.client.ClientProperties
getCookieTokenKey
public String getCookieTokenKey()
- Specified by:
getCookieTokenKey
in interface com.atlassian.crowd.service.client.ClientProperties
getSessionTokenKey
public String getSessionTokenKey()
- Specified by:
getSessionTokenKey
in interface com.atlassian.crowd.service.client.ClientProperties
getSessionLastValidation
public String getSessionLastValidation()
- Specified by:
getSessionLastValidation
in interface com.atlassian.crowd.service.client.ClientProperties
getSessionValidationInterval
public long getSessionValidationInterval()
- Specified by:
getSessionValidationInterval
in interface com.atlassian.crowd.service.client.ClientProperties
getApplicationAuthenticationContext
public com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext getApplicationAuthenticationContext()
- Specified by:
getApplicationAuthenticationContext
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpProxyPort
public String getHttpProxyPort()
- Specified by:
getHttpProxyPort
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpProxyHost
public String getHttpProxyHost()
- Specified by:
getHttpProxyHost
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpProxyUsername
public String getHttpProxyUsername()
- Specified by:
getHttpProxyUsername
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpProxyPassword
public String getHttpProxyPassword()
- Specified by:
getHttpProxyPassword
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpMaxConnections
public String getHttpMaxConnections()
- Specified by:
getHttpMaxConnections
in interface com.atlassian.crowd.service.client.ClientProperties
getHttpTimeout
public String getHttpTimeout()
- Specified by:
getHttpTimeout
in interface com.atlassian.crowd.service.client.ClientProperties
getSocketTimeout
public String getSocketTimeout()
- Specified by:
getSocketTimeout
in interface com.atlassian.crowd.service.client.ClientProperties
getBaseURL
public String getBaseURL()
- Specified by:
getBaseURL
in interface com.atlassian.crowd.service.client.ClientProperties
Copyright © 2002-2012 Atlassian. All Rights Reserved.