| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authorization.restriction |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositePattern
Aggregates of a list of
RestrictionPatterns into a single pattern. |
| Modifier and Type | Field and Description |
|---|---|
static RestrictionPattern |
RestrictionPattern.EMPTY
Default implementation of the
RestrictionPattern that always
returns true and thus matches all items or paths. |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionPattern |
CompositePattern.create(List<RestrictionPattern> patterns) |
RestrictionPattern |
RestrictionProvider.getPattern(String oakPath,
Set<Restriction> restrictions)
Creates the
RestrictionPattern for the specified restrictions. |
RestrictionPattern |
CompositeRestrictionProvider.getPattern(String oakPath,
Set<Restriction> restrictions) |
RestrictionPattern |
RestrictionProvider.getPattern(String oakPath,
org.apache.jackrabbit.oak.api.Tree tree)
Creates the
RestrictionPattern for the restriction information
stored with specified tree. |
RestrictionPattern |
CompositeRestrictionProvider.getPattern(String oakPath,
org.apache.jackrabbit.oak.api.Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionPattern |
CompositePattern.create(List<RestrictionPattern> patterns) |
| Constructor and Description |
|---|
CompositePattern(List<RestrictionPattern> patterns) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.