Class GoogleClientFactory
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.google.GoogleClientFactory
-
public class GoogleClientFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description GoogleClientFactory(HTTPRequestBuilder.RequestHandler requestHandler, ServerSettings serverSettings, SSLTrustStoreProvider sslTrustStoreProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleClient
createClient(String oauthUrl, String apiUrl, String clientId, String clientSecret, boolean allowNonSecureConnections)
GoogleClient
createClient(GoogleConnectDescriber googleConnectDescriber)
-
-
-
Constructor Detail
-
GoogleClientFactory
public GoogleClientFactory(@NotNull HTTPRequestBuilder.RequestHandler requestHandler, @NotNull ServerSettings serverSettings, @NotNull SSLTrustStoreProvider sslTrustStoreProvider)
-
-
Method Detail
-
createClient
public GoogleClient createClient(GoogleConnectDescriber googleConnectDescriber)
-
createClient
public GoogleClient createClient(@NotNull String oauthUrl, @NotNull String apiUrl, @NotNull String clientId, @NotNull String clientSecret, boolean allowNonSecureConnections)
-
-