Uses of Class
com.google.auth.oauth2.DownscopedCredentials.Builder
Packages that use DownscopedCredentials.Builder
-
Uses of DownscopedCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return DownscopedCredentials.BuilderModifier and TypeMethodDescriptionDownscopedCredentials.newBuilder()
DownscopedCredentials.Builder.setCredentialAccessBoundary
(CredentialAccessBoundary credentialAccessBoundary) Sets the required credential access boundary which specifies the upper bound of permissions that the credential can access.DownscopedCredentials.Builder.setHttpTransportFactory
(HttpTransportFactory transportFactory) Sets the HTTP transport factory.DownscopedCredentials.Builder.setSourceCredential
(GoogleCredentials sourceCredential) Sets the required source credential used to acquire the downscoped credential.DownscopedCredentials.Builder.setUniverseDomain
(String universeDomain) Sets the optional universe domain.Constructors in com.google.auth.oauth2 with parameters of type DownscopedCredentials.BuilderModifierConstructorDescriptionprivate
Internal constructor.