Halimede Certificate Authority

Integration

Halimede is capable of direct integration with other Eclipse e4 RCP based applications.

Requirements

To integrate, an additional plugin that provides a model fragment is required to be developed by the integrator to provide the required model extensions to the application model.

The general recommended method is to create command/handler/menu elements that add the primary part (CertificateManagerView) to the application’s primary part stack. (See the Eclipse IDE plugin bundle for an example).

The CertificateManagerView also requires the ID of the part stack to be supplied within the persitated state of the new defined part to ensure new parts are added to the correct part stack. (See ShowCertifcateManager command in the Eclipse IDE plugin bundle for an example).

Otherwise Halimede is completely self-contained.

Notes