| Package | Description |
|---|---|
| org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsRepositorySession
Abstract implementation of the interface
I_CmsRepositorySession to provide
the functionality of filtering items. |
class |
CmsRepositorySession
This is the session class to work with the
CmsRepository. |
| Modifier and Type | Method and Description |
|---|---|
abstract I_CmsRepositorySession |
A_CmsRepository.login(java.lang.String userName,
java.lang.String password)
Login a user given the username and the password.
|
I_CmsRepositorySession |
CmsRepository.login(java.lang.String userName,
java.lang.String password) |