Uses of Class
org.mandas.docker.client.auth.gcr.ContainerRegistryAuthSupplier.Builder
Packages that use ContainerRegistryAuthSupplier.Builder
Package
Description
Support for authenticating with Google Container Registry.
-
Uses of ContainerRegistryAuthSupplier.Builder in org.mandas.docker.client.auth.gcr
Methods in org.mandas.docker.client.auth.gcr that return ContainerRegistryAuthSupplier.BuilderModifier and TypeMethodDescriptionContainerRegistryAuthSupplier.forApplicationDefaultCredentials()Constructs a ContainerRegistryAuthSupplier using the Application Default Credentials.ContainerRegistryAuthSupplier.forCredentials(com.google.auth.oauth2.GoogleCredentials credentials) Constructs a ContainerRegistryAuthSupplier using the specified credentials.ContainerRegistryAuthSupplier.fromStream(InputStream credentialsStream) Constructs a ContainerRegistryAuthSupplier for the account with the given credentials.ContainerRegistryAuthSupplier.Builder.withMinimumExpiry(long duration, TimeUnit timeUnit) Changes the minimum expiry time used to refresh AccessTokens before they expire.ContainerRegistryAuthSupplier.Builder.withScopes(Collection<String> scopes) Changes the scopes used in fetching AccessTokens.