Uses of Enum Class
land.oras.auth.Scope
Packages that use Scope
-
Uses of Scope in land.oras.auth
Methods in land.oras.auth that return ScopeModifier and TypeMethodDescriptionstatic Scope
Returns the enum constant of this class with the specified name.static Scope[]
Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in land.oras.auth with parameters of type ScopeModifier and TypeMethodDescriptionstatic Scopes
Scopes.of
(Registry registry, ContainerRef containerRef, Scope... scopes) Create a new Scopes objectScopes.withNewRegistryScopes
(Scope... newScopes) Return a new copy of the Scopes object with the given scopesScopes.withRegistryScopes
(Scope... scopes) Return a new copy of the Scopes object with the given scopes