Package com.microsoft.jenkins.azuread
Class GraphClientCache
java.lang.Object
com.microsoft.jenkins.azuread.GraphClientCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic okhttp3.OkHttpClient.Builder
addProxyToHttpClientIfRequired
(okhttp3.OkHttpClient.Builder builder, String azureEnvironmentName) static com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request>
getClient
(AzureSecurityRealm azureSecurityRealm)
-
Constructor Details
-
GraphClientCache
public GraphClientCache()
-
-
Method Details
-
getClient
public static com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> getClient(AzureSecurityRealm azureSecurityRealm) -
addProxyToHttpClientIfRequired
public static okhttp3.OkHttpClient.Builder addProxyToHttpClientIfRequired(okhttp3.OkHttpClient.Builder builder, String azureEnvironmentName)
-