Uses of Class
com.google.auth.oauth2.GdchCredentials.Builder
Packages that use GdchCredentials.Builder
-
Uses of GdchCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return GdchCredentials.BuilderModifier and TypeMethodDescriptionstatic GdchCredentials.Builder
GdchCredentials.newBuilder()
GdchCredentials.Builder.setCaCertPath
(String caCertPath) GdchCredentials.Builder.setGdchAudience
(URI apiAudience) GdchCredentials.Builder.setHttpTransportFactory
(HttpTransportFactory transportFactory) GdchCredentials.Builder.setPrivateKey
(PrivateKey privateKey) GdchCredentials.Builder.setPrivateKeyId
(String privateKeyId) GdchCredentials.Builder.setProjectId
(String projectId) GdchCredentials.Builder.setServiceIdentityName
(String name) GdchCredentials.Builder.setTokenServerUri
(URI tokenServerUri) GdchCredentials.toBuilder()
Methods in com.google.auth.oauth2 with parameters of type GdchCredentials.BuilderModifier and TypeMethodDescription(package private) static GdchCredentials
GdchCredentials.fromPkcs8
(String privateKeyPkcs8, GdchCredentials.Builder builder) Internal constructor.Constructors in com.google.auth.oauth2 with parameters of type GdchCredentials.BuilderModifierConstructorDescription(package private)
GdchCredentials
(GdchCredentials.Builder builder) Internal constructor.