Interface Context
-
- All Superinterfaces:
TreeContext
- All Known Implementing Classes:
Context.Default
public interface Context extends TreeContext
Context
represents item related information in relation to a dedicatedSecurityConfiguration
. This information allows to determine if a givenTree
orPropertyState
is defined by or related to the security model provided by the configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Context.Default
Default implementation of theContext
interface that always returnsfalse
.
-
Method Summary
-
Methods inherited from interface org.apache.jackrabbit.oak.plugins.tree.TreeContext
definesContextRoot, definesInternal, definesLocation, definesProperty, definesTree
-
-
-
-
Field Detail
-
DEFAULT
static final Context DEFAULT
-
-