Framework and set of connectors for various services using SCIM 2 and REST.
The intent of SCIMREST framework is to simplify building customized connectors using declarative approach, set of prebuilt components and strategies, with option to custimize behaviour using Java or Groovy code.
-
common
: Common base Java framework for implementing SCIM & REST based ConnId connectors.-
Supports custom Java lambdas / classes for behavior customization
-
Supports custom Groovy scripts (using DSL and lambdas0) for behavior customizations
-
-
connector
: Contains hand-crafted implementation of generic and application specific connectors, created to common connector framework. -
docs
: Documentation of connector framework.