commit | 1b7c761e898617fb977b66144371308c58631252 | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Tue Mar 23 14:57:26 2021 +0100 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Tue Mar 23 14:57:26 2021 +0100 |
tree | 0a50e56fd13830f1687660edb7ebdf9c63cd8fab | |
parent | b5dba499d750f1f06ef1bb4dc88082f6ed13693d [diff] |
SLING-10248 : Refactor: Move auth requirements handling into separate component
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.