Uses of Class
land.oras.policy.PolicyRequirement
Packages that use PolicyRequirement
-
Uses of PolicyRequirement in land.oras.policy
Subclasses of PolicyRequirement in land.oras.policyModifier and TypeClassDescriptionstatic final classAccept any image unconditionally – no signature or digest verification is performed.static final classReject every image unconditionally.static final classRequire a GPG "simple signing" signature.static final classRequire a valid keyed Sigstore/Cosign signature attached to the image as an OCI referrer.Methods in land.oras.policy that return types with arguments of type PolicyRequirementModifier and TypeMethodDescriptionContainersPolicy.getDefaultRequirements()Return the global default requirements.ContainersPolicy.getTransports()Return all transport-scoped requirements as an unmodifiable map.ContainersPolicy.resolveRequirements(Transport transport, String scope) Resolve the list ofPolicyRequirementobjects that apply to the given transport and scope, following the precedence rules described inContainersPolicy.isAllowed(land.oras.policy.Transport, java.lang.String).