Package | Description |
---|---|
org.apache.sling.feature.cpconverter.accesscontrol |
Small utility set to handle System Users and related ACL policies.
|
org.apache.sling.feature.cpconverter.repoinit.createpath | |
org.apache.sling.feature.cpconverter.shared |
Shared common utilities across converter packages.
|
Modifier and Type | Method and Description |
---|---|
@NotNull RepoPath |
AccessControlEntry.getRepositoryPath() |
Modifier and Type | Method and Description |
---|---|
protected @Nullable org.apache.sling.repoinit.parser.operations.CreatePath |
DefaultAclManager.getCreatePath(@NotNull RepoPath path,
@NotNull List<VaultPackageAssembler> packageAssemblers) |
Constructor and Description |
---|
AccessControlEntry(boolean isAllow,
@NotNull List<String> privileges,
@NotNull RepoPath repositoryPath) |
AccessControlEntry(boolean isAllow,
@NotNull List<String> privileges,
@NotNull RepoPath repositoryPath,
boolean isPrincipalBased) |
Group(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
Group(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath,
@Nullable String disabledReason) |
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath,
@Nullable String disabledReason) |
User(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
User(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
User(@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) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
@Nullable RepoPath |
RepoPath.getParent()
Get the parent path of the current path.
|
Modifier and Type | Method and Description |
---|---|
int |
RepoPath.compareTo(@NotNull RepoPath o) |
boolean |
RepoPath.startsWith(@Nullable RepoPath otherPath)
Check is this path starts with the other path.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.