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