| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authorization.restriction |
| Modifier and Type | Class and Description |
|---|---|
class |
RestrictionDefinitionImpl
Default implementation of the
RestrictionDefinition interface. |
| Modifier and Type | Method and Description |
|---|---|
RestrictionDefinition |
RestrictionImpl.getDefinition() |
RestrictionDefinition |
Restriction.getDefinition()
Returns the underlying restriction definition.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RestrictionDefinition> |
AbstractRestrictionProvider.getSupportedRestrictions(String oakPath) |
Set<RestrictionDefinition> |
CompositeRestrictionProvider.getSupportedRestrictions(String oakPath) |
Set<RestrictionDefinition> |
RestrictionProvider.getSupportedRestrictions(String oakPath)
Returns the restriction definitions supported by this provider implementation
at the specified path.
|
| Constructor and Description |
|---|
RestrictionImpl(org.apache.jackrabbit.oak.api.PropertyState property,
RestrictionDefinition def) |
| Constructor and Description |
|---|
AbstractRestrictionProvider(Map<String,? extends RestrictionDefinition> definitions) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.