Package org.apache.sling.jcr.api
-
Interface Summary Interface Description NamespaceMapper Deprecated. Per session namespace mapping is not supported anymore.SlingRepository TheSlingRepositoryextends the standard JCR repository interface with two methods:SlingRepository.getDefaultWorkspace()andSlingRepository.loginAdministrative(String).SlingRepositoryInitializer All activeSlingRepositoryInitializerservices are called before making theSlingRepositoryservice 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.