Uses of Interface
org.apache.jackrabbit.oak.api.ContentRepository
-
-
Uses of ContentRepository in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return ContentRepository Modifier and Type Method Description ContentRepository
Oak. 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 ContentRepository Modifier and Type Class Description class
ContentRepositoryImpl
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 Constructor Description OakServlet(ContentRepository repository)
-
Uses of ContentRepository in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr that return ContentRepository Modifier and Type Method Description @NotNull ContentRepository
Jcr. createContentRepository()
-
Uses of ContentRepository in org.apache.jackrabbit.oak.jcr.osgi
Constructors in org.apache.jackrabbit.oak.jcr.osgi with parameters of type ContentRepository Constructor Description OsgiRepository(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 ContentRepository Constructor Description RepositoryImpl(@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 ContentRepository Modifier and Type Method Description @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 ContentRepository Modifier and Type Method Description @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 ContentRepository Modifier and Type Method Description @Nullable ContentRepository
RepositoryCallback. getContentRepository()
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type ContentRepository Modifier and Type Method Description void
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 ContentRepository Modifier and Type Method Description void
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 ContentRepository Constructor Description SyncMBeanImpl(@NotNull ContentRepository repository, @NotNull SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)
-