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 interfaceContextContextrepresents 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 classContext.DefaultDefault implementation of theContextinterface that always returnsfalse.
-