| Modifier and Type | Method and Description |
|---|---|
RestrictionProvider |
OpenAuthorizationConfiguration.getRestrictionProvider() |
RestrictionProvider |
AuthorizationConfiguration.getRestrictionProvider() |
| Modifier and Type | Method and Description |
|---|---|
RestrictionProvider |
ImmutableACL.getRestrictionProvider() |
abstract RestrictionProvider |
AbstractAccessControlList.getRestrictionProvider() |
| Constructor and Description |
|---|
ImmutableACL(String oakPath,
List<? extends JackrabbitAccessControlEntry> entries,
RestrictionProvider restrictionProvider,
org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper)
Construct a new
UnmodifiableAccessControlList |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRestrictionProvider |
class |
CompositeRestrictionProvider
Aggregates of a collection of
RestrictionProvider implementations
into a single provider. |
| Modifier and Type | Field and Description |
|---|---|
static RestrictionProvider |
RestrictionProvider.EMPTY
Empty restriction provider implementation that doesn't support any
restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
static RestrictionProvider |
CompositeRestrictionProvider.newInstance(Collection<? extends RestrictionProvider> providers) |
static RestrictionProvider |
CompositeRestrictionProvider.newInstance(RestrictionProvider... providers) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionProvider |
CompositeRestrictionProvider.newInstance(RestrictionProvider... providers) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionProvider |
CompositeRestrictionProvider.newInstance(Collection<? extends RestrictionProvider> providers) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.