Uses of Interface
org.apache.jackrabbit.oak.api.ContentSession
-
Packages that use ContentSession Package Description org.apache.jackrabbit.oak org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.core org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.query org.apache.jackrabbit.oak.spi.query This package contains oak query index related classes. -
-
Uses of ContentSession in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return ContentSession Modifier and Type Method Description ContentSessionOak. createContentSession()Creates a content repository with the given configuration and logs in to the default workspace with no credentials, returning the resulting content session. -
Uses of ContentSession in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return ContentSession Modifier and Type Method Description @NotNull ContentSessionRoot. getContentSession()Get theContentSessionfrom which this root was acquired@NotNull ContentSessionContentRepository. login(@Nullable Credentials credentials, @Nullable String workspaceName)Authenticates a user based on the given credentials or available out-of-band information and, if successful, returns aContentSessioninstance for accessing repository content inside the specified workspace as the authenticated user. -
Uses of ContentSession in org.apache.jackrabbit.oak.core
Methods in org.apache.jackrabbit.oak.core that return ContentSession Modifier and Type Method Description @NotNull ContentSessionImmutableRoot. getContentSession()@NotNull ContentSessionContentRepositoryImpl. login(Credentials credentials, String workspaceName) -
Uses of ContentSession in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return ContentSession Modifier and Type Method Description @NotNull ContentSessionSessionDelegate. getContentSession()Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type ContentSession Constructor Description SessionDelegate(@NotNull ContentSession contentSession, @NotNull SecurityProvider securityProvider, @NotNull RefreshStrategy refreshStrategy, @NotNull ThreadLocal<Long> threadSaveCount, @NotNull StatisticManager statisticManager, @NotNull Clock clock, @NotNull SessionSaveDelayer sessionSaveDelayer)Create a new session delegate for aContentSession. -
Uses of ContentSession in org.apache.jackrabbit.oak.query
Methods in org.apache.jackrabbit.oak.query with parameters of type ContentSession Modifier and Type Method Description SessionQuerySettingsSessionQuerySettingsProviderService. getQuerySettings(@NotNull ContentSession session) -
Uses of ContentSession in org.apache.jackrabbit.oak.spi.query
Methods in org.apache.jackrabbit.oak.spi.query with parameters of type ContentSession Modifier and Type Method Description SessionQuerySettingsSessionQuerySettingsProvider. getQuerySettings(@NotNull ContentSession session)Return the applicableSessionQuerySettingsfor the given session.
-