Remove dependency to JCR
------------------------
Key: SLING-1419
URL: https://issues.apache.org/jira/browse/SLING-1419
Project: Sling
Issue Type: Improvement
Components: Commons
Affects Versions: Commons Auth 1.0.0
Reporter: Carsten Ziegeler
Fix For: Commons Auth 1.0.0
The commons auth module as independent functionality wrt to JCR therefore we
should make it work without JCR
With SLING-1262 implemented, we can use the ResourceResolverFactory to login
instead of going through the SlingRepository.
In addition we should:
- drop the setter and getter methods for credentials in the AuthenticationInfo
- we keep the constant though
- drop the setter and getter method for the workspace in the AuthenticationInfo
- we keep the constant
We make the import to the jcr packages optional as these are required for
compatibility support of the old engine packages. If someone wants to use this
support he'll need the jcr api anyway.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.