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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
com.atlassian.crowd.service.client.AuthenticationMethod
long
void
updateProperties
(Properties properties)
-
Constructor Details
-
NoopClientProperties
public NoopClientProperties()
-
-
Method Details
-
updateProperties
- Specified by:
updateProperties
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getApplicationName
- Specified by:
getApplicationName
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getApplicationPassword
- Specified by:
getApplicationPassword
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getApplicationAuthenticationURL
- Specified by:
getApplicationAuthenticationURL
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getCookieTokenKey
- Specified by:
getCookieTokenKey
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getCookieTokenKey
- Specified by:
getCookieTokenKey
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getSessionTokenKey
- Specified by:
getSessionTokenKey
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getSessionLastValidation
- Specified by:
getSessionLastValidation
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getSessionValidationInterval
public long getSessionValidationInterval()- Specified by:
getSessionValidationInterval
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getApplicationAuthenticationContext
public com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext getApplicationAuthenticationContext()- Specified by:
getApplicationAuthenticationContext
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpProxyPort
- Specified by:
getHttpProxyPort
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpProxyHost
- Specified by:
getHttpProxyHost
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpProxyUsername
- Specified by:
getHttpProxyUsername
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpProxyPassword
- Specified by:
getHttpProxyPassword
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpMaxConnections
- Specified by:
getHttpMaxConnections
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getHttpTimeout
- Specified by:
getHttpTimeout
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getSocketTimeout
- Specified by:
getSocketTimeout
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getBaseURL
- Specified by:
getBaseURL
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getSSOCookieDomainName
- Specified by:
getSSOCookieDomainName
in interfacecom.atlassian.crowd.service.client.ClientProperties
-
getAuthenticationMethod
@Nonnull public com.atlassian.crowd.service.client.AuthenticationMethod getAuthenticationMethod()- Specified by:
getAuthenticationMethod
in interfacecom.atlassian.crowd.service.client.ClientProperties
-