Class BasicAuthRestExecutor
java.lang.Object
com.atlassian.crowd.integration.rest.service.RestExecutor
com.atlassian.crowd.integration.rest.service.BasicAuthRestExecutor
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic BasicAuthRestExecutor
createFrom
(ClientProperties clientProperties, org.apache.http.impl.client.CloseableHttpClient httpClient) Constructs a new REST Crowd client executor instance.Methods inherited from class com.atlassian.crowd.integration.rest.service.RestExecutor
close, createBaseUrl, createCredentialsProvider, createHttpHost, createMethodExecutor, createMethodExecutor
-
Method Details
-
createFrom
public static BasicAuthRestExecutor createFrom(ClientProperties clientProperties, org.apache.http.impl.client.CloseableHttpClient httpClient) Constructs a new REST Crowd client executor instance.- Parameters:
clientProperties
- connection parameters
-