Package org.apache.sling.jcr.api
-
Interface Summary Interface Description NamespaceMapper Deprecated. Per session namespace mapping is not supported anymore.SlingRepository TheSlingRepository
extends the standard JCR repository interface with two methods:SlingRepository.getDefaultWorkspace()
andSlingRepository.loginAdministrative(String)
.SlingRepositoryInitializer All activeSlingRepositoryInitializer
services are called before making theSlingRepository
service available, and can perform initializations on it, like creating service users, setting up initial access control, migrating content in upgrades, etc. -
Exception Summary Exception Description TooManySessionsException Deprecated. Session pooling has been removed and thus this exception is not used any more.