| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol | |
| org.apache.jackrabbit.oak.spi.security.authorization.restriction |
| 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 |
|---|---|
@NotNull Restriction |
AbstractRestrictionProvider.createRestriction(String oakPath,
@NotNull String oakName,
Value... values) |
@NotNull Restriction |
CompositeRestrictionProvider.createRestriction(@Nullable String oakPath,
@NotNull String oakName,
Value... values) |
@NotNull Restriction |
RestrictionProvider.createRestriction(@Nullable String oakPath,
@NotNull String oakName,
Value... values)
Creates a new multi valued restriction for the specified parameters.
|
@NotNull Restriction |
AbstractRestrictionProvider.createRestriction(String oakPath,
@NotNull String oakName,
@NotNull Value value) |
@NotNull Restriction |
CompositeRestrictionProvider.createRestriction(@Nullable String oakPath,
@NotNull String oakName,
@NotNull Value value) |
@NotNull Restriction |
RestrictionProvider.createRestriction(@Nullable String oakPath,
@NotNull String oakName,
@NotNull Value value)
Creates a new single valued restriction for the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRestrictionProvider.writeRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree,
Set<Restriction> restrictions) |
void |
CompositeRestrictionProvider.writeRestrictions(String oakPath,
org.apache.jackrabbit.oak.api.Tree aceTree,
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.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.