commit | 6944f001f78c403ebe88a20c1be8a649a9c1a000 | [log] [tgz] |
---|---|---|
author | Oliver Lietz <olli@apache.org> | Tue Jun 22 17:43:55 2021 +0200 |
committer | Oliver Lietz <olli@apache.org> | Tue Jun 22 17:43:55 2021 +0200 |
tree | 4db396e98448e256e5f2a094c68f1714fc672e80 | |
parent | 6543c9a74f4278d107c1f932239151b5d68a87b2 [diff] |
SLING-10531 Update to Sling Bundle Parent 43
This module is part of the Apache Sling project.
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