Apache Sling JCR Presence

Clone this repo:

Branches

  1. c4fc54a SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago master
  2. 3129e1e replace Truth by Hamcrest and clean up by Oliver Lietz · 10 months ago
  3. d008845 SLING-11957 Update to Sling Bundle Parent 51 by Oliver Lietz · 10 months ago
  4. 68c4e43 SLING-11961 Update Testing PaxExam to 4.0.0 by Oliver Lietz · 10 months ago
  5. 19a1866 build with Java 11 and 17 on Linux only by Oliver Lietz · 10 months ago

Apache Sling

Build Status Test Status jcr License

Apache Sling JCR Presence

This module is part of the Apache Sling project.

User Presenter

If an OSGi component depends on a service (system) user, the user presenter can be used to announce the presence of the user as OSGi service.

The OSGi component can reference the service which represents the user, e.g.

@Reference(
    target = "(&(userId=sling-readall)(disabled=false)(systemUser=true))"
)
private UserPresenter userPresenter