public class AuthorizableAcls extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizableAcls.AcRule |
class |
AuthorizableAcls.AcRuleSet |
static class |
AuthorizableAcls.AcType |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AuthorizableAcls.AcRuleSet> |
affectedPaths |
| Constructor and Description |
|---|
AuthorizableAcls(@NotNull org.apache.sling.api.resource.ResourceResolver resolver,
@NotNull String authorizableId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAcRule(@NotNull AuthorizableAcls.AcType type,
@NotNull String path,
@NotNull org.apache.sling.api.resource.Resource aclResource) |
protected void |
findACLs(@NotNull org.apache.sling.api.resource.ResourceResolver resolver,
@NotNull String authorizableId,
@NotNull AuthorizableAcls.AcType type) |
Map<String,AuthorizableAcls.AcRuleSet> |
getAffectedPaths() |
protected final Map<String,AuthorizableAcls.AcRuleSet> affectedPaths
public AuthorizableAcls(@NotNull
@NotNull org.apache.sling.api.resource.ResourceResolver resolver,
@NotNull
@NotNull String authorizableId)
public Map<String,AuthorizableAcls.AcRuleSet> getAffectedPaths()
protected void addAcRule(@NotNull
@NotNull AuthorizableAcls.AcType type,
@NotNull
@NotNull String path,
@NotNull
@NotNull org.apache.sling.api.resource.Resource aclResource)
protected void findACLs(@NotNull
@NotNull org.apache.sling.api.resource.ResourceResolver resolver,
@NotNull
@NotNull String authorizableId,
@NotNull
@NotNull AuthorizableAcls.AcType type)
Copyright © 2021. All rights reserved.