Uses of Class
org.apache.sling.starter.access.models.RestrictionItem
Packages that use RestrictionItem
-
Uses of RestrictionItem in org.apache.sling.starter.access.models
Methods in org.apache.sling.starter.access.models that return types with arguments of type RestrictionItemModifier and TypeMethodDescriptionPrivilegeItem.getAllowRestrictions()PrivilegeItem.getDenyRestrictions()protected List<RestrictionItem>Ace.jsonToRestrictionItems(Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, jakarta.json.JsonObject restrictionsObj) Method parameters in org.apache.sling.starter.access.models with type arguments of type RestrictionItemModifier and TypeMethodDescriptionprotected voidAce.populateEntriesForMissingMandatoryRestrictions(List<RestrictionItem> list, Set<org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> supportedRestrictions) Populate restriction item entries for any restriction definitions that are mandatory and not already declared.Ace.populateEntriesFromPreviousFailedPost(Map<String, List<RestrictionItem>> allowMap, Map<String, List<RestrictionItem>> denyMap, Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap) Populate the restriction item list from data from a previously failed POST requestvoidPrivilegeItem.setAllowRestrictions(List<RestrictionItem> restrictions) voidPrivilegeItem.setDenyRestrictions(List<RestrictionItem> restrictions) Constructor parameters in org.apache.sling.starter.access.models with type arguments of type RestrictionItemModifierConstructorDescriptionPrivilegeItem(String name, boolean granted, boolean denied, String longestPath, List<RestrictionItem> allowRestrictions, List<RestrictionItem> denyRestrictions)