SLING-11513 - Allow impersonating an user when checking the result of a map/resolve call

- extend the form to optionally accept a user to impersonate
- use the resolver of the current user as a basis for impersonation
- make sure that we don't accidentally generate imports from the auth.core and jcr.resource bundles,
  they are only used for the constant values, which are inlined.
3 files changed
tree: 7724bce1b2bec3345beeb254aa866e18bac5bc99
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling Resource Resolver

This module is part of the Apache Sling project.

This bundle provides the Resource Resolver and Resource Resolver Factory.

The /etc/map mapping configurations are documented on the Sling website's Mappings for Resource Resolution page.