Package org.nuxeo.scim.v2.rest
Class ScimV2IODelegate
java.lang.Object
org.nuxeo.ecm.webengine.rest.coreiodelegate.PartialCoreIODelegate
org.nuxeo.ecm.webengine.rest.coreiodelegate.CoreIODelegate
org.nuxeo.scim.v2.rest.ScimV2IODelegate
- All Implemented Interfaces:
jakarta.ws.rs.core.Feature,jakarta.ws.rs.ext.MessageBodyReader<Object>,jakarta.ws.rs.ext.MessageBodyWriter<Object>
@Singleton
@Provider
@Produces({"application/scim+json","application/json"})
public class ScimV2IODelegate
extends CoreIODelegate
- Since:
- 2025.12
-
Field Summary
Fields inherited from class org.nuxeo.ecm.webengine.rest.coreiodelegate.PartialCoreIODelegate
CONTENT_TYPE, NUXEO_ENTITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.webengine.rest.coreiodelegate.CoreIODelegate
accept, configure, getRenderingContextOrFailMethods inherited from class org.nuxeo.ecm.webengine.rest.coreiodelegate.PartialCoreIODelegate
getSize, isReadable, isWriteable, readFrom, writeTo
-
Constructor Details
-
ScimV2IODelegate
public ScimV2IODelegate()
-