Uses of Class
land.oras.Registry.Builder
Packages that use Registry.Builder
-
Uses of Registry.Builder in land.oras
Methods in land.oras that return Registry.BuilderModifier and TypeMethodDescriptionstatic Registry.Builder
Registry.Builder.builder()
Return a new builderRegistry.Builder.defaults()
Return a new builder with default authentication using existing host authReturn a new builder with username and password authenticationRegistry.Builder.insecure()
Return a new builder with insecure communication and not authentificationRegistry.Builder.withAuthProvider
(AuthProvider authProvider) Set the auth providerRegistry.Builder.withInsecure
(boolean insecure) Set the insecure flagRegistry.Builder.withSkipTlsVerify
(boolean skipTlsVerify) Set the skip TLS verify flag