Uses of Interface
org.apache.jackrabbit.oak.api.ContentSession
Packages that use ContentSession
-
Uses of ContentSession in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return ContentSessionModifier and TypeMethodDescription@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.