Uses of Class
land.oras.policy.ContainersPolicy
Packages that use ContainersPolicy
-
Uses of ContainersPolicy in land.oras
Methods in land.oras that return ContainersPolicyModifier and TypeMethodDescriptionRegistry.getContainersPolicy()Return the containers policy used for trust verification.Methods in land.oras with parameters of type ContainersPolicyModifier and TypeMethodDescriptionbooleanContainerRef.isAllowed(ContainerRef effectiveRef, ContainersPolicy policy) Check if an effective (already resolved) reference is blocked by the given policyRegistry.Builder.withPolicy(ContainersPolicy policy) Set the containers trust policy to enforce during pull operations. -
Uses of ContainersPolicy in land.oras.policy
Methods in land.oras.policy that return ContainersPolicyModifier and TypeMethodDescriptionstatic ContainersPolicyContainersPolicy.newPolicy()Load the containers policy from the standard locations.static ContainersPolicyLoad the containers policy from the given path.