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
RestrictionProvider
to make it aware of it's aggregated nature in a composite when it comes to evaluate the validity of restrictions.Aggregates of a list ofRestrictionPattern
s into a single pattern.Aggregates of a collection ofRestrictionProvider
implementations into a single provider.ARestriction
object represents a "live" restriction object that has been created using the Jackrabbit specific extensions of theAccessControlEntry
interface.TheRestrictionDefinition
interface provides methods for discovering the static definition of any additional policy-internal refinements of the access control definitions.Default implementation of theRestrictionDefinition
interface.RestrictionImpl
Interface used to verify if a givenrestriction
applies to a given item or path.Interface to manage the supported restrictions present with a given access control and permission management implementation.