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()
Return a new builder for this registrystatic 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 default authentication using existing host auth and registry urlSet username and password authenticationSet username and password authenticationRegistry.Builder.insecure()
Set insecure communication and no authentificationSet insecure communication and no authentificationReturn a new insecure builder with username and password authenticationRegistry.Builder.withAuthProvider
(AuthProvider authProvider) Set the auth providerRegistry.Builder.withInsecure
(boolean insecure) Set the insecure flagRegistry.Builder.withRegistry
(String registry) Set the registry URLRegistry.Builder.withSkipTlsVerify
(boolean skipTlsVerify) Set the skip TLS verify flag