Public High-Level Interfaces
Interface Name | Mechanism | Access | Description |
---|---|---|---|
IDM Model Interface | Java API | local | Primary and most important interface to midPoint functionality. Provides high-level access to all midPoint functions and features. |
IDM Model Web Service Interface Removed in 4.2 | SOAP/WSDL | remote | Web service version of the primary midPoint interface. It is adapted to the XML/SOAP world. Some operations are also slightly simplified. Some limitations may apply. Removed in 4.2. If SOAP WS is absolutely necessary, check SOAP WS Overlay example. |
REST API | REST | remote | RESTful version of the primary midPoint interface. It is adapted to the REST semantics and spirit. Therefore some operations are slightly limited. |