Uses of Class
land.oras.Registry
Packages that use Registry
-
Uses of Registry in land.oras
Modifier and TypeMethodDescriptionRegistry.asInsecure()Return a new registry as insecure but with same settingsRegistry.Builder.build()Build the registryReturn a new registry with the given registry URL but with same settingsModifier and TypeMethodDescriptionContainerRef.forRegistry(Registry registry) Return a copy of reference for a registry other registryReturn a new builder with the same configuration as the given registryContainerRef.getApiRegistry(@Nullable Registry target) Get the API registryContainerRef.getBlobsPath(@Nullable Registry registry) Return the blobs URLContainerRef.getBlobsUploadDigestPath(Registry registry) Return the blobs upload URL with the digest for single POST uploadContainerRef.getBlobsUploadPath(Registry registry) Return the blobs upload URL for POST upload to get the upload locationContainerRef.getEffectiveRegistry(Registry target) Get the effective registry based on given target This methods will perform HEAD request to determine the first unqualified search registry that contains the container reference if the reference is unqualified, otherwise return the registry of the reference.ContainerRef.getFullRepository(@Nullable Registry registry) Get the full repository name including the namespace if anyContainerRef.getManifestsPath(@Nullable Registry registry) Return the manifests URL@Nullable StringContainerRef.getNamespace(@Nullable Registry target) Get the effective namespace based on given registry tragetContainerRef.getReferrersPath(@Nullable Registry registry, @Nullable ArtifactType artifactType) Return the referrers URL for this container referrerContainerRef.getRepositoriesPath(@Nullable Registry target) Return the catalog repositories URLContainerRef.getTagsPath(@Nullable Registry target) Return the tag URLbooleanCheck if access to this container reference is blocked by the registry configurationbooleanContainerRef.isInsecure(Registry registry) Check if access to this container reference is insecure by the registry configuration -
Uses of Registry in land.oras.auth
Methods in land.oras.auth with parameters of type RegistryModifier and TypeMethodDescriptionstatic ScopesScopes.empty(Registry registry, ContainerRef containerRef) Create a new Scopes object with no scopesstatic ScopesScopes.of(Registry registry, ContainerRef containerRef, Scope... scopes) Create a new Scopes object