| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol | |
| org.apache.jackrabbit.oak.spi.security.authorization.restriction |
| Modifier and Type | Method and Description |
|---|---|
Set<Restriction> |
ACE.getRestrictions() |
| Constructor and Description |
|---|
ACE(Principal principal,
PrivilegeBits privilegeBits,
boolean isAllow,
Set<Restriction> restrictions,
org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestrictionImpl
RestrictionImpl |
| Modifier and Type | Method and Description |
|---|---|
Restriction |
RestrictionProvider.createRestriction(String oakPath,
String oakName,
Value... values)
Creates a new multi valued restriction for the specified parameters.
|
Restriction |
CompositeRestrictionProvider.createRestriction(String oakPath,
String oakName,
Value... values) |
Restriction |
AbstractRestrictionProvider.createRestriction(String oakPath,
String oakName,
Value... values) |
Restriction |
RestrictionProvider.createRestriction(String oakPath,
String oakName,
Value value)
Creates a new single valued restriction for the specified parameters.
|
Restriction |
CompositeRestrictionProvider.createRestriction(String oakPath,
String oakName,
Value value) |
Restriction |
AbstractRestrictionProvider.createRestriction(String oakPath,
String oakName,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Set<Restriction> |
RestrictionProvider.readRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree)
Read the valid restrictions stored in the specified ACE tree.
|
Set<Restriction> |
CompositeRestrictionProvider.readRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree) |
Set<Restriction> |
AbstractRestrictionProvider.readRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree) |
| Modifier and Type | Method and Description |
|---|---|
RestrictionPattern |
RestrictionProvider.getPattern(String oakPath,
Set<Restriction> restrictions)
Creates the
RestrictionPattern for the specified restrictions. |
RestrictionPattern |
CompositeRestrictionProvider.getPattern(String oakPath,
Set<Restriction> restrictions) |
void |
RestrictionProvider.writeRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree,
Set<Restriction> restrictions)
Writes the given restrictions to the specified ACE tree.
|
void |
CompositeRestrictionProvider.writeRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree,
Set<Restriction> restrictions) |
void |
AbstractRestrictionProvider.writeRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree,
Set<Restriction> restrictions) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.