Class OAuth2RestExecutor
java.lang.Object
com.atlassian.crowd.integration.rest.service.RestExecutor
com.atlassian.crowd.integration.rest.service.OAuth2RestExecutor
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2RestExecutorcreateFrom(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, createHttpHost, createMethodExecutor, createMethodExecutor
-
Method Details
-
createFrom
public static OAuth2RestExecutor createFrom(ClientProperties clientProperties, org.apache.http.impl.client.CloseableHttpClient httpClient) Constructs a new REST Crowd client executor instance.- Parameters:
clientProperties- connection parameters
-