Uses of Class
org.apache.sling.jcr.contentloader.LocalRestriction
Package
Description
-
Uses of LocalRestriction in org.apache.sling.jcr.contentloader
Modifier and TypeMethodDescriptionLocalPrivilege.getAllowRestrictions()
LocalPrivilege.getDenyRestrictions()
Modifier and TypeMethodDescriptionvoid
LocalPrivilege.setAllowRestrictions
(Set<LocalRestriction> allowRestrictions) void
LocalPrivilege.setDenyRestrictions
(Set<LocalRestriction> denyRestrictions) -
Uses of LocalRestriction in org.apache.sling.jcr.contentloader.internal.readers
Modifier and TypeMethodDescriptionprotected Set<LocalRestriction>
JsonReader.toLocalRestrictions
(jakarta.json.JsonObject allowOrDenyObj, Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, javax.jcr.ValueFactory vf) Construct a LocalRestriction using data from the json object