| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ContentSession |
Root.getContentSession()
Get the
ContentSession from which this root was acquired |
@NotNull ContentSession |
ContentRepository.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 a
ContentSession instance for accessing repository content
inside the specified workspace as the authenticated user. |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.