public final class AccessControlEntry extends Object
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) |
Modifier and Type | Method and Description |
---|---|
void |
addRestriction(@NotNull String restrictionName,
List<String> values) |
@NotNull org.apache.sling.repoinit.parser.operations.AclLine |
asAclLine(@NotNull String path) |
@NotNull RepoPath |
getRepositoryPath() |
boolean |
isPrincipalBased() |
String |
toString() |
public AccessControlEntry(boolean isAllow, @NotNull @NotNull List<String> privileges, @NotNull @NotNull RepoPath repositoryPath)
public void addRestriction(@NotNull @NotNull String restrictionName, List<String> values)
@NotNull public @NotNull RepoPath getRepositoryPath()
public boolean isPrincipalBased()
@NotNull public @NotNull org.apache.sling.repoinit.parser.operations.AclLine asAclLine(@NotNull @NotNull String path)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.