Uses of Interface
org.apache.jackrabbit.oak.api.ContentSession
-
Packages that use ContentSession Package Description org.apache.jackrabbit.oak.api Oak repository API -
-
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 javax.jcr.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.
-