[maven-release-plugin] copy for tag org.apache.sling.auth.core-1.6.0
[maven-release-plugin] prepare release org.apache.sling.auth.core-1.6.0
1 file changed
tree: 832113b18968114031f632467abade963454eb8e
  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 auth License

Apache Sling Authentication Service

This module is part of the Apache Sling project.

The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface.

Installation

This bundle should be installed into an OSGi framework together with the Apache Sling Framework. Beyond Apache Sling it has the following requirements (bundles to be installed in at least this version as well):

  • Apache Commons Codec 1.13.2
  • Apache Sling Commons Metrics 1.2.8 (starting with version 1.5.2)
  • io.dropwizard.metrics:metrics-core:3.2.6 (starting with version 1.5.2)