| 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(@NotNull List<RestrictionPattern> patterns) |
@NotNull RestrictionPattern |
CompositeRestrictionProvider.getPattern(@Nullable String oakPath,
@NotNull Set<Restriction> restrictions) |
@NotNull RestrictionPattern |
RestrictionProvider.getPattern(@Nullable String oakPath,
@NotNull Set<Restriction> restrictions)
Creates the
RestrictionPattern for the specified restrictions. |
@NotNull RestrictionPattern |
CompositeRestrictionProvider.getPattern(@Nullable String oakPath,
@NotNull org.apache.jackrabbit.oak.api.Tree tree) |
@NotNull RestrictionPattern |
RestrictionProvider.getPattern(@Nullable String oakPath,
@NotNull org.apache.jackrabbit.oak.api.Tree tree)
Creates the
RestrictionPattern for the restriction information
stored with specified tree. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.