com.atlassian.jira.crowd.embedded
Class NoopClientProperties

java.lang.Object
  extended by 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

Constructor Summary
NoopClientProperties()
           
 
Method Summary
 com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext getApplicationAuthenticationContext()
           
 String getApplicationAuthenticationURL()
           
 String getApplicationName()
           
 String getApplicationPassword()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopClientProperties

public NoopClientProperties()
Method Detail

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

getCookieTokenKey

public String getCookieTokenKey(String s)
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

getSSOCookieDomainName

public String getSSOCookieDomainName()
Specified by:
getSSOCookieDomainName in interface com.atlassian.crowd.service.client.ClientProperties


Copyright © 2002-2014 Atlassian. All Rights Reserved.