| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Method and Description |
|---|---|
ContentSession |
Root.getContentSession()
Get the
ContentSession from which this root was acquired |
ContentSession |
ContentRepository.login(Credentials credentials,
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–2018 The Apache Software Foundation. All rights reserved.