Uses of Interface
org.apache.jackrabbit.oak.plugins.tree.TreeContext
-
Packages that use TreeContext Package Description org.apache.jackrabbit.oak.plugins.tree org.apache.jackrabbit.oak.spi.security -
-
Uses of TreeContext in org.apache.jackrabbit.oak.plugins.tree
Constructors in org.apache.jackrabbit.oak.plugins.tree with parameters of type TreeContext Constructor Description TreeTypeProvider(@NotNull TreeContext authorizationContext)
-
Uses of TreeContext in org.apache.jackrabbit.oak.spi.security
Subinterfaces of TreeContext in org.apache.jackrabbit.oak.spi.security Modifier and Type Interface Description interface
Context
Context
represents item related information in relation to a dedicatedSecurityConfiguration
.Classes in org.apache.jackrabbit.oak.spi.security that implement TreeContext Modifier and Type Class Description static class
Context.Default
Default implementation of theContext
interface that always returnsfalse
.
-