Uses of Class
org.apache.sling.feature.cpconverter.shared.RepoPath
Packages that use RepoPath
Package
Description
Small utility set to handle System Users and related ACL policies.
Shared common utilities across converter packages.
-
Uses of RepoPath in org.apache.sling.feature.cpconverter.accesscontrol
Methods in org.apache.sling.feature.cpconverter.accesscontrol that return RepoPathMethods in org.apache.sling.feature.cpconverter.accesscontrol with parameters of type RepoPathModifier and TypeMethodDescriptionprotected @Nullable org.apache.sling.repoinit.parser.operations.CreatePath
DefaultAclManager.getCreatePath
(@NotNull RepoPath path, @NotNull List<VaultPackageAssembler> packageAssemblers) Constructors in org.apache.sling.feature.cpconverter.accesscontrol with parameters of type RepoPathModifierConstructorDescriptionAccessControlEntry
(boolean isAllow, @NotNull List<String> privileges, @NotNull RepoPath repositoryPath) AccessControlEntry
(boolean isAllow, @NotNull List<String> privileges, @NotNull RepoPath repositoryPath, boolean isPrincipalBased) SystemUser
(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath) SystemUser
(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath, @Nullable String disabledReason) User
(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath, @Nullable String disabledReason) -
Uses of RepoPath in org.apache.sling.feature.cpconverter.repoinit.createpath
Methods in org.apache.sling.feature.cpconverter.repoinit.createpath with parameters of type RepoPathModifier and TypeMethodDescriptionstatic boolean
CreatePathSegmentProcessor.processSegments
(@NotNull RepoPath path, @NotNull Collection<VaultPackageAssembler> packageAssemblers, @NotNull org.apache.sling.repoinit.parser.operations.CreatePath cp) Process segments of a repopath to createpath, checking packageassemblers for existing primaryType definitions.