Package org.nuxeo.scim.v2.rest
Class ScimV2Module
java.lang.Object
jakarta.ws.rs.core.Application
org.nuxeo.ecm.webengine.app.WebEngineModule
org.nuxeo.scim.v2.rest.ScimV2Module
- All Implemented Interfaces:
 ApplicationFactory
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
 
- 
Field Summary
Fields inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
bundle, cfg - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
getApplication, getBundle, getConfiguration, getId, getModule, getWebTypes, toStringMethods inherited from class jakarta.ws.rs.core.Application
getProperties, getSingletons 
- 
Constructor Details
- 
ScimV2Module
public ScimV2Module() 
 - 
 - 
Method Details
- 
getClasses
- Overrides:
 getClassesin classWebEngineModule
 
 -