Package org.nuxeo.scim.v2.rest
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
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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
WebEngineModule.HttpServletRequestProvider, WebEngineModule.HttpServletResponseProvider
-
Field Summary
Fields inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
bundle, cfg, context, WEBADAPTER_ANNO, WEBOBJECT_ANNO
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
getApplication, getBundle, getConfiguration, getId, getModule, getSingletons, getWebTypes
-
Constructor Details
-
ScimV2Module
public ScimV2Module()
-
-
Method Details
-
getClasses
- Overrides:
getClasses
in classWebEngineModule
-