Uses of Enum Class
land.oras.policy.Transport
Packages that use Transport
-
Uses of Transport in land.oras.policy
Methods in land.oras.policy that return TransportModifier and TypeMethodDescriptionstatic TransportResolve transport from its JSON valuePolicyContext.getTransport()Return the transport.static TransportReturns the enum constant of this class with the specified name.static Transport[]Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in land.oras.policy that return types with arguments of type TransportModifier and TypeMethodDescriptionContainersPolicy.getTransports()Return all transport-scoped requirements as an unmodifiable map.Methods in land.oras.policy with parameters of type TransportModifier and TypeMethodDescriptionstatic PolicyContextCreate a content-free policy context that carries only the transport and scope.booleanDetermine whether an image is allowed under this policy using the lightweight, content-free scope gate.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).Constructors in land.oras.policy with parameters of type TransportModifierConstructorDescriptionPolicyContext(Transport transport, String scope, String imageDigest, String reference, SigstoreSignatureFetcher sigstoreSignatureFetcher) Create a content-bound policy context for a resolved image.