Developers Getting Started With i2b2
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Step 7: Third Party EMPI Service Properties Optional

The Identity Management (IM) Cell can be configured to work with a third party EMPI service such as OpenEMPI. To do this you will need to create the service to the other system and then update the im.properties file with the appropriate information.


Warning

You will need to create a service for interfacing the IM cell with the other EMPI system. For information on how to create a service please refer to the architecture documentation.


1. In the im.properties file scroll to the section called EMPI Service.
2. Edit the im.empi.service to the name of the interface.
3. Add the service classname and any parameters that are needed.


Example: The following is an example of how you might set the IM cell up to work with OpenEMPI


EMPI Service
im.empi.service=OpenEMPI
im.empi.openempi.url=http://localhost:8080/openempi-admin/openempi-ws-rest
im.empi.openempi.username=admin
im.empi.openempi.password=admin




4. Save the changes and close the file.




  • No labels