Uses of Interface
com.google.auth.http.HttpTransportFactory
Packages that use HttpTransportFactory
-
Uses of HttpTransportFactory in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement HttpTransportFactoryModifier and TypeClassDescription(package private) static class(package private) static classFields in com.google.auth.oauth2 declared as HttpTransportFactoryModifier and TypeFieldDescription(package private) static final HttpTransportFactoryOAuth2Utils.HTTP_TRANSPORT_FACTORYprivate HttpTransportFactoryTokenVerifier.Builder.httpTransportFactoryprivate final HttpTransportFactoryTokenVerifier.PublicKeyLoader.httpTransportFactoryprivate HttpTransportFactoryUserAuthorizer.TokenResponseWithConfig.Builder.httpTransportFactoryprivate final HttpTransportFactoryUserAuthorizer.TokenResponseWithConfig.httpTransportFactoryprivate HttpTransportFactoryComputeEngineCredentials.Builder.transportFactoryprivate HttpTransportFactoryComputeEngineCredentials.transportFactoryprivate HttpTransportFactoryDownscopedCredentials.Builder.transportFactoryprivate final HttpTransportFactoryDownscopedCredentials.transportFactoryprivate HttpTransportFactoryExternalAccountAuthorizedUserCredentials.Builder.transportFactoryprivate HttpTransportFactoryExternalAccountAuthorizedUserCredentials.transportFactoryprotected HttpTransportFactoryExternalAccountCredentials.Builder.transportFactoryprotected HttpTransportFactoryExternalAccountCredentials.transportFactoryprivate HttpTransportFactoryGdchCredentials.Builder.transportFactoryprivate HttpTransportFactoryGdchCredentials.transportFactoryprivate HttpTransportFactoryImpersonatedCredentials.Builder.transportFactoryprivate HttpTransportFactoryImpersonatedCredentials.transportFactoryprivate HttpTransportFactoryInternalAwsSecurityCredentialsSupplier.transportFactoryprivate HttpTransportFactorySecureSessionAgent.Builder.transportFactoryprivate HttpTransportFactorySecureSessionAgent.transportFactoryprivate HttpTransportFactoryServiceAccountCredentials.Builder.transportFactoryprivate HttpTransportFactoryServiceAccountCredentials.transportFactoryprivate final HttpTransportFactoryUrlIdentityPoolSubjectTokenSupplier.transportFactoryprivate HttpTransportFactoryUserAuthorizer.Builder.transportFactoryprivate final HttpTransportFactoryUserAuthorizer.transportFactoryprivate HttpTransportFactoryUserCredentials.Builder.transportFactoryprivate HttpTransportFactoryUserCredentials.transportFactoryMethods in com.google.auth.oauth2 that return HttpTransportFactoryModifier and TypeMethodDescriptionComputeEngineCredentials.Builder.getHttpTransportFactory()GdchCredentials.Builder.getHttpTransportFactory()ImpersonatedCredentials.Builder.getHttpTransportFactory()SecureSessionAgent.Builder.getHttpTransportFactory()ServiceAccountCredentials.Builder.getHttpTransportFactory()UserAuthorizer.Builder.getHttpTransportFactory()UserAuthorizer.TokenResponseWithConfig.getHttpTransportFactory()Returns the HTTP transport factory used.UserCredentials.Builder.getHttpTransportFactory()(package private) HttpTransportFactoryDownscopedCredentials.getTransportFactory()final HttpTransportFactoryGdchCredentials.getTransportFactory()Methods in com.google.auth.oauth2 with parameters of type HttpTransportFactoryModifier and TypeMethodDescriptionprivate com.google.api.client.http.HttpRequestServiceAccountCredentials.buildIdTokenRequest(URI uri, HttpTransportFactory transportFactory, com.google.api.client.http.HttpContent content) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId, String iamEndpointOverride) (package private) static ExternalAccountAuthorizedUserCredentialsExternalAccountAuthorizedUserCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns external account authorized user credentials defined by JSON contents using the format supported by the Cloud SDK.(package private) static ExternalAccountCredentialsExternalAccountCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns external account credentials defined by JSON using the format generated by gCloud.(package private) static GdchCredentialsGdchCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Create GDCH service account credentials defined by JSON.(package private) static ImpersonatedCredentialsImpersonatedCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns impersonation account credentials defined by JSON using the format generated by gCloud.(package private) static ServiceAccountCredentialsServiceAccountCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns service account credentials defined by JSON using the format supported by the Google Developers Console.(package private) static UserCredentialsUserCredentials.fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) Returns user credentials defined by JSON contents using the format supported by the Cloud SDK.static ServiceAccountCredentialsServiceAccountCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, Collection<String> scopes, HttpTransportFactory transportFactory, URI tokenServerUri) Factory with minimum identifying information and custom transport using PKCS#8 for the private key.static ServiceAccountCredentialsServiceAccountCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, Collection<String> scopes, HttpTransportFactory transportFactory, URI tokenServerUri, String serviceAccountUser) Factory with minimum identifying information and custom transport using PKCS#8 for the private key.static ServiceAccountCredentialsServiceAccountCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, Collection<String> scopes, Collection<String> defaultScopes, HttpTransportFactory transportFactory, URI tokenServerUri) Factory with minimum identifying information and custom transport using PKCS#8 for the private key.static ServiceAccountCredentialsServiceAccountCredentials.fromPkcs8(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, Collection<String> scopes, Collection<String> defaultScopes, HttpTransportFactory transportFactory, URI tokenServerUri, String serviceAccountUser) Factory with minimum identifying information and custom transport using PKCS#8 for the private key.ExternalAccountAuthorizedUserCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns external account authorized user credentials defined by a JSON file stream.static ExternalAccountCredentialsExternalAccountCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns credentials defined by a JSON file stream.static GoogleCredentialsGoogleCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns credentials defined by a JSON file stream.static ServiceAccountCredentialsServiceAccountCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns credentials defined by a Service Account key file in JSON format from the Google Developers Console.static UserCredentialsUserCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns credentials defined by a JSON file stream using the format supported by the Cloud SDK.static GoogleCredentialsGoogleCredentials.getApplicationDefault(HttpTransportFactory transportFactory) Returns the Application Default Credentials.(package private) final GoogleCredentialsDefaultCredentialsProvider.getDefaultCredentials(HttpTransportFactory transportFactory) Returns the Application Default Credentials.private final GoogleCredentialsDefaultCredentialsProvider.getDefaultCredentialsUnsynchronized(HttpTransportFactory transportFactory) (package private) static booleanComputeEngineCredentials.isOnGce(HttpTransportFactory transportFactory, DefaultCredentialsProvider provider) Implements an algorithm to detect whether the code is running on Google Compute Environment (GCE) or equivalent runtime.private static booleanComputeEngineCredentials.pingComputeEngineMetadata(HttpTransportFactory transportFactory, DefaultCredentialsProvider provider) AwsCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) ComputeEngineCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) DownscopedCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) Sets the HTTP transport factory.ExternalAccountAuthorizedUserCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) Sets the HTTP transport factory.ExternalAccountCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) Sets the HTTP transport factory, creates the transport used to get access tokens.GdchCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) IdentityPoolCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) ImpersonatedCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) PluggableAuthCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) SecureSessionAgent.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) ServiceAccountCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) TokenVerifier.Builder.setHttpTransportFactory(HttpTransportFactory httpTransportFactory) Set the HttpTransportFactory used for requesting public keys from the certificate URL.UserAuthorizer.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) Sets the HTTP transport factory.(package private) UserAuthorizer.TokenResponseWithConfig.BuilderUserAuthorizer.TokenResponseWithConfig.Builder.setHttpTransportFactory(HttpTransportFactory httpTransportFactory) UserCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) voidImpersonatedCredentials.setTransportFactory(HttpTransportFactory httpTransportFactory) private final GoogleCredentialsDefaultCredentialsProvider.tryGetComputeCredentials(HttpTransportFactory transportFactory) Constructors in com.google.auth.oauth2 with parameters of type HttpTransportFactoryModifierConstructorDescriptionprotectedExternalAccountCredentials(HttpTransportFactory transportFactory, String audience, String subjectTokenType, String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, String tokenInfoUrl, String serviceAccountImpersonationUrl, String quotaProjectId, String clientId, String clientSecret, Collection<String> scopes) Constructor with minimum identifying information and custom HTTP transport.protectedExternalAccountCredentials(HttpTransportFactory transportFactory, String audience, String subjectTokenType, String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, String tokenInfoUrl, String serviceAccountImpersonationUrl, String quotaProjectId, String clientId, String clientSecret, Collection<String> scopes, EnvironmentProvider environmentProvider) Constructor with minimum identifying information and custom HTTP transport.(package private)InternalAwsSecurityCredentialsSupplier(AwsCredentialSource awsCredentialSource, EnvironmentProvider environmentProvider, HttpTransportFactory transportFactory) Constructor for InternalAwsSecurityCredentialsProvider(package private)PublicKeyLoader(HttpTransportFactory httpTransportFactory) (package private)UrlIdentityPoolSubjectTokenSupplier(IdentityPoolCredentialSource credentialSource, HttpTransportFactory transportFactory) Constructor for UrlIdentityPoolSubjectTokenProvider.