GitHub - apache/sling-org-apache-sling-jcr-presence: Apache Sling JCR Presence (original) (raw)
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