Uses of Interface
org.apache.jackrabbit.oak.plugins.tree.RootProvider
-
-
Uses of RootProvider in org.apache.jackrabbit.oak.plugins.tree.impl
Classes in org.apache.jackrabbit.oak.plugins.tree.impl that implement RootProvider Modifier and Type Class Description classRootProviderService -
Uses of RootProvider in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization that return RootProvider Modifier and Type Method Description @NotNull RootProviderProviderCtx. getRootProvider() -
Uses of RootProvider in org.apache.jackrabbit.oak.security.internal
Methods in org.apache.jackrabbit.oak.security.internal with parameters of type RootProvider Modifier and Type Method Description voidSecurityProviderRegistration. bindRootProvider(RootProvider rootProvider)voidSecurityProviderRegistration. unbindRootProvider(RootProvider rootProvider)SecurityProviderBuilderSecurityProviderBuilder. withRootProvider(@NotNull RootProvider rootProvider) -
Uses of RootProvider in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security that return RootProvider Modifier and Type Method Description protected @NotNull RootProviderCompositeConfiguration. getRootProvider()@NotNull RootProviderConfigurationBase. getRootProvider()Methods in org.apache.jackrabbit.oak.spi.security with parameters of type RootProvider Modifier and Type Method Description voidCompositeConfiguration. setRootProvider(@NotNull RootProvider rootProvider)voidConfigurationBase. setRootProvider(@NotNull RootProvider rootProvider)
-