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 ContentRepositoryOak. 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 classContentRepositoryImplNodeStore-based implementation of theContentRepositoryinterface. -
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 ContentRepositoryJcr. 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 LoginContextProviderAuthenticationConfigurationImpl. getLoginContextProvider(@NotNull ContentRepository contentRepository)Create aLoginContextProviderusing standardJAASfunctionality. -
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 LoginContextProviderAuthenticationConfiguration. getLoginContextProvider(@NotNull ContentRepository contentRepository)@NotNull LoginContextProviderOpenAuthenticationConfiguration. 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 ContentRepositoryRepositoryCallback. getContentRepository()Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type ContentRepository Modifier and Type Method Description voidRepositoryCallback. 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 voidExternalLoginModuleFactory. bindContentRepository(ContentRepository contentRepository)voidExternalLoginModuleFactory. 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)
-