Chapter 2. Configuration

CMIS Configuration
Required nodetypes and namespaces in JCR
Authenticator and organization service configuration

To expose WCM drives to the CMIS repositories, you must make a special extension of CmisRegistry.

To make a typical component org.exoplatform.ecms.xcmis.sp.jcr.exo.DriveCmisRegistry, do as follows:

Where configuration parameters include:

The following configuration is mandatory for JCR to work correctly.

An Authenticator is responsible for creating Identity Security Service Authenticator

The eXo CMIS service is based on:

  • The authentication mechanism provided by the eXo organization service.

  • The JAAS configuration of eXo Platform. For example,

gatein-domain {
  org.exoplatform.web.security.PortalLoginModule required;
  org.exoplatform.services.security.jaas.SharedStateLoginModule required;
  org.exoplatform.services.security.j2ee.TomcatLoginModule required; 
};