Class AuthorizableAcls.AcRuleSet
- java.lang.Object
-
- com.composum.sling.core.usermanagement.model.AuthorizableAcls.AcRuleSet
-
- Enclosing class:
- AuthorizableAcls
public class AuthorizableAcls.AcRuleSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AuthorizableAcls.AcRule>
rules
-
Constructor Summary
Constructors Constructor Description AcRuleSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(@NotNull AuthorizableAcls.AcType type, @NotNull org.apache.sling.api.resource.Resource aclResource)
List<AuthorizableAcls.AcRule>
getRules()
String
toString()
-
-
-
Field Detail
-
rules
protected final List<AuthorizableAcls.AcRule> rules
-
-
Method Detail
-
getRules
public List<AuthorizableAcls.AcRule> getRules()
-
add
public void add(@NotNull @NotNull AuthorizableAcls.AcType type, @NotNull @NotNull org.apache.sling.api.resource.Resource aclResource)
-
-