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 TypeMethodDescriptionRegistry.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.acceptAll()Create a policy that accepts any image unconditionally.static ContainersPolicyContainersPolicy.newPolicy()Load the containers policy from the standard locations.static ContainersPolicyLoad the containers policy from the given path.static ContainersPolicyContainersPolicy.rejectAll()Create a policy that rejects every image unconditionally.