Class ScimV2Module

java.lang.Object
javax.ws.rs.core.Application
org.nuxeo.ecm.webengine.app.WebEngineModule
org.nuxeo.scim.v2.rest.ScimV2Module
All Implemented Interfaces:
ApplicationFactory

public class ScimV2Module extends WebEngineModule
WebEngine module for SCIM 2.0.

The WebEngineServlet is mapped to /scim/v2/* in deployment-fragment.xml.

ScimV2 only uses the scanning and declaring mechanisms of WebEngine, otherwise it is a standard Jakarta RS application.

Since:
2023.14
  • Constructor Details

    • ScimV2Module

      public ScimV2Module()
  • Method Details