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
  • Constructor Details

    • NoopClientProperties

      public NoopClientProperties()
  • Method Details

    • 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
    • getAuthenticationMethod

      @Nonnull public com.atlassian.crowd.service.client.AuthenticationMethod getAuthenticationMethod()
      Specified by:
      getAuthenticationMethod in interface com.atlassian.crowd.service.client.ClientProperties