Package org.apache.jackrabbit.oak.spi.security.authorization.restriction
@Version("1.3.0")
package org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
ClassDescriptionMarker interface intended to extend a
RestrictionProviderto make it aware of it's aggregated nature in a composite when it comes to evaluate the validity of restrictions.Aggregates of a list ofRestrictionPatterns into a single pattern.Aggregates of a collection ofRestrictionProviderimplementations into a single provider.ARestrictionobject represents a "live" restriction object that has been created using the Jackrabbit specific extensions of theAccessControlEntryinterface.TheRestrictionDefinitioninterface provides methods for discovering the static definition of any additional policy-internal refinements of the access control definitions.Default implementation of theRestrictionDefinitioninterface.RestrictionImplInterface used to verify if a givenrestrictionapplies to a given item or path.Interface to manage the supported restrictions present with a given access control and permission management implementation.