Uses of Interface
org.apache.jackrabbit.oak.api.ContentRepository
Packages that use ContentRepository
Package
Description
-
Uses of ContentRepository in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return ContentRepositoryModifier and TypeMethodDescriptionOak.createContentRepository()
Returns the content repository instance created with the given configuration. -
Uses of ContentRepository in org.apache.jackrabbit.oak.core
Classes in org.apache.jackrabbit.oak.core that implement ContentRepositoryModifier and TypeClassDescriptionclass
NodeStore
-based implementation of theContentRepository
interface. -
Uses of ContentRepository in org.apache.jackrabbit.oak.http
Constructors in org.apache.jackrabbit.oak.http with parameters of type ContentRepository -
Uses of ContentRepository in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr that return ContentRepository -
Uses of ContentRepository in org.apache.jackrabbit.oak.jcr.osgi
Constructors in org.apache.jackrabbit.oak.jcr.osgi with parameters of type ContentRepositoryModifierConstructorDescriptionOsgiRepository
(ContentRepository repository, Whiteboard whiteboard, SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter, boolean fastQueryResultSize) -
Uses of ContentRepository in org.apache.jackrabbit.oak.jcr.repository
Constructors in org.apache.jackrabbit.oak.jcr.repository with parameters of type ContentRepositoryModifierConstructorDescriptionRepositoryImpl
(@NotNull ContentRepository contentRepository, @NotNull Whiteboard whiteboard, @NotNull SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter) Constructor used for backward compatibility.RepositoryImpl
(@NotNull ContentRepository contentRepository, @NotNull Whiteboard whiteboard, @NotNull SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter, boolean fastQueryResultSize, boolean createSessionMBeans) -
Uses of ContentRepository in org.apache.jackrabbit.oak.security.authentication
Methods in org.apache.jackrabbit.oak.security.authentication with parameters of type ContentRepositoryModifier and TypeMethodDescription@NotNull LoginContextProvider
AuthenticationConfigurationImpl.getLoginContextProvider
(@NotNull ContentRepository contentRepository) Create aLoginContextProvider
using standardJAAS
functionality. -
Uses of ContentRepository in org.apache.jackrabbit.oak.spi.security.authentication
Methods in org.apache.jackrabbit.oak.spi.security.authentication with parameters of type ContentRepositoryModifier and TypeMethodDescription@NotNull LoginContextProvider
AuthenticationConfiguration.getLoginContextProvider
(@NotNull ContentRepository contentRepository) @NotNull LoginContextProvider
OpenAuthenticationConfiguration.getLoginContextProvider
(@NotNull ContentRepository contentRepository) -
Uses of ContentRepository in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return ContentRepositoryModifier and TypeMethodDescription@Nullable ContentRepository
RepositoryCallback.getContentRepository()
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoid
RepositoryCallback.setContentRepository
(ContentRepository contentRepository) -
Uses of ContentRepository in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ContentRepositoryModifier and TypeMethodDescriptionvoid
ExternalLoginModuleFactory.bindContentRepository
(ContentRepository contentRepository) void
ExternalLoginModuleFactory.unbindContentRepository
(ContentRepository contentRepository) -
Uses of ContentRepository in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx
Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx with parameters of type ContentRepositoryModifierConstructorDescriptionSyncMBeanImpl
(@NotNull ContentRepository repository, @NotNull SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)