Uses of Interface
org.apache.jackrabbit.oak.spi.mount.MountInfoProvider
-
-
Uses of MountInfoProvider in org.apache.jackrabbit.oak.composite
Methods in org.apache.jackrabbit.oak.composite with parameters of type MountInfoProvider Modifier and Type Method Description protected voidCompositeNodeStoreService. bindMountInfoProvider(MountInfoProvider mip)protected voidCrossMountReferenceValidatorProvider. bindMountInfoProvider(MountInfoProvider mip)protected voidPrivateStoreValidatorProvider. bindMountInfoProvider(MountInfoProvider mip)protected voidCompositeNodeStoreService. unbindMountInfoProvider(MountInfoProvider mip)protected voidCrossMountReferenceValidatorProvider. unbindMountInfoProvider(MountInfoProvider mip)protected voidPrivateStoreValidatorProvider. unbindMountInfoProvider(MountInfoProvider mip)Constructors in org.apache.jackrabbit.oak.composite with parameters of type MountInfoProvider Constructor Description Builder(MountInfoProvider mip, NodeStore globalStore)CrossMountReferenceValidator(NodeState root, MountInfoProvider mip, boolean failOnDetection)CrossMountReferenceValidatorProvider(MountInfoProvider mountInfoProvider, boolean failOnDetection) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.composite.checks
Methods in org.apache.jackrabbit.oak.composite.checks with parameters of type MountInfoProvider Modifier and Type Method Description protected voidNodeStoreChecksService. bindMip(MountInfoProvider mip)TMountedNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.NamespacePrefixNodestoreChecker.ContextNamespacePrefixNodestoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.NodeTypeDefinitionNodeStoreChecker.ContextNodeTypeDefinitionNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)NodeTypeMountedNodeStoreChecker.ContextNodeTypeMountedNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)org.apache.jackrabbit.oak.composite.checks.UniqueIndexNodeStoreChecker.ContextUniqueIndexNodeStoreChecker. createContext(NodeStore globalStore, MountInfoProvider mip)protected voidNodeStoreChecksService. unbindMip(MountInfoProvider mip)Constructors in org.apache.jackrabbit.oak.composite.checks with parameters of type MountInfoProvider Constructor Description NodeStoreChecksService(MountInfoProvider mip, List<MountedNodeStoreChecker<?>> checkers) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.index
Methods in org.apache.jackrabbit.oak.index that return MountInfoProvider Modifier and Type Method Description MountInfoProviderIndexHelper. getMountInfoProvider()Methods in org.apache.jackrabbit.oak.index with parameters of type MountInfoProvider Modifier and Type Method Description SegmentPropertyIndexEditorProviderSegmentPropertyIndexEditorProvider. with(MountInfoProvider mountInfoProvider) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return MountInfoProvider Modifier and Type Method Description @Nullable MountInfoProviderSessionContext. getMountInfoProvider()Constructors in org.apache.jackrabbit.oak.jcr.session with parameters of type MountInfoProvider Constructor Description SessionContext(@NotNull Repository repository, @NotNull StatisticManager statisticManager, @NotNull SecurityProvider securityProvider, @NotNull Whiteboard whiteboard, @NotNull Map<String,Object> attributes, @NotNull SessionDelegate delegate, int observationQueueLength, CommitRateLimiter commitRateLimiter, MountInfoProvider mountInfoProvider, @Nullable BlobAccessProvider blobAccessProvider, @Nullable SessionQuerySettings sessionQuerySettings) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return MountInfoProvider Modifier and Type Method Description default MountInfoProviderIndexPathService. getMountInfoProvider()Get the mount info providerMountInfoProviderIndexPathServiceImpl. getMountInfoProvider()Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type MountInfoProvider Constructor Description IndexPathServiceImpl(NodeStore nodeStore, MountInfoProvider mountInfoProvider) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization that return MountInfoProvider Modifier and Type Method Description @NotNull MountInfoProviderAuthorizationConfigurationImpl. getMountInfoProvider()@NotNull MountInfoProviderProviderCtx. getMountInfoProvider()Methods in org.apache.jackrabbit.oak.security.authorization with parameters of type MountInfoProvider Modifier and Type Method Description voidAuthorizationConfigurationImpl. bindMountInfoProvider(MountInfoProvider mountInfoProvider)voidAuthorizationConfigurationImpl. unbindMountInfoProvider(MountInfoProvider mountInfoProvider) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.spi.mount
Methods in org.apache.jackrabbit.oak.spi.mount that return MountInfoProvider Modifier and Type Method Description MountInfoProviderMounts.Builder. build()Creates a newMountInfoProviderstatic MountInfoProviderMounts. defaultMountInfoProvider()Returns aMountInfoProviderwhich is configured only with the default Mount -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl with parameters of type MountInfoProvider Modifier and Type Method Description voidCugConfiguration. bindMountInfoProvider(MountInfoProvider mountInfoProvider)voidCugConfiguration. unbindMountInfoProvider(MountInfoProvider mountInfoProvider) -
Uses of MountInfoProvider in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl with parameters of type MountInfoProvider Modifier and Type Method Description voidPrincipalBasedAuthorizationConfiguration. bindMountInfoProvider(@NotNull MountInfoProvider mountInfoProvider)voidPrincipalBasedAuthorizationConfiguration. unbindMountInfoProvider(@NotNull MountInfoProvider mountInfoProvider)
-