public class AuthorizableAcls.AcRule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
privileges |
protected Map<String,String[]> |
restrictions |
protected AuthorizableAcls.AcType |
type |
| Constructor and Description |
|---|
AcRule(@NotNull AuthorizableAcls.AcType type,
@NotNull org.apache.sling.api.resource.Resource aclResource) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getPrivileges() |
AuthorizableAcls.AcType |
getType() |
String |
toString() |
protected final AuthorizableAcls.AcType type
protected final String[] privileges
public AcRule(@NotNull
@NotNull AuthorizableAcls.AcType type,
@NotNull
@NotNull org.apache.sling.api.resource.Resource aclResource)
public AuthorizableAcls.AcType getType()
public String[] getPrivileges()
Copyright © 2021. All rights reserved.