Package org.silverpeas.core.jcr.security

Provides the classes required by the implementation of the JCR when a user in Silverpeas is accessing the repository in order to delegate both the authentication and the authorization to the Silverpeas security mechanism. The expectation of the JCR API is the users and the groups of users should be managed within the JCR repository so that the authentication and the authorization can be performed automatically by the JCR itself when a user accesses the content of the repository. But the users and the groups of users are managed by Silverpeas itself and out of the JCR which is used only to store some data, and they don't need to be synchronized with the repository to both avoid double security checkups and to keep the accesses strongly controlled by Silverpeas.
Author:
mmoquillon