SecureBPMN is a domain-specific modeling language that allows to model security aspects (e.g., access control, separation of duty, confidentiality). https://www.brucker.ch/projects/securebpmn/index.en.html
This repository has been archived on 2018-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Achim D. Brucker 962d7d9820 SecureBPMN metamodel. 2015-05-28 17:44:13 +02:00
doc SecureBPMN metamodel. 2015-05-28 17:44:13 +02:00
examples Renamed CSVM-Designer to CSVM-Modelling-and-Validation. 2015-05-17 21:02:17 +02:00
src Renamed CSVM-Designer to CSVM-Modelling-and-Validation. 2015-05-17 21:02:17 +02:00
CITATION Renamed CSVM-Designer to CSVM-Modelling-and-Validation. 2015-05-17 21:02:17 +02:00
LICENSE Renamed CSVM-Designer to CSVM-Modelling-and-Validation. 2015-05-17 21:02:17 +02:00
README.md Documented that SATMC is required for verification. 2015-05-25 09:02:37 +02:00

README.md

SecureBPMN

SecureBPMN is a domain-specific modeling language that allows to model security aspects (e.g., access control, separation of duty, confidentiality). SecurePBPMN is defined as a meta-model that can easily be integrated into BPMN and, thus, can be used for modeling secure and business processes as well as secure service compositions.

![ScreenShot of the SecureBPMN Modeling and Verification Environment] (https://www.brucker.ch/projects/securebpmn/img/activiti-bpmn-analysis.png) The SecureBPMN tool chain does not only support modeling of secure business process and service compositions: it also supports the formal analysis both on the level of SecureBPMN models as well as refinement properties between the model and the actual implementation.

Installation

Prerequisites

Preparing the Eclipse environment

To initialize the Eclipse project structure, please do

cd src/com.sun.xacml
mvn install 
cd ../org.activiti.designer.parent
mvn clean eclipse:clean 
mvn eclipse:eclipse

After this, all projects can be imported into a fresh Eclipse workspace using File -> Import -> Existing Projects into Workspace.

Generate Model Classes

  1. Open the folder model in the project org.activiti.designer.model
  2. Open BPMN20.genmodel
  3. Select the top level node (bpmn2)
  4. Select Generator -> Reload... from the top-level menu, select Ecore model and complete the wizard. While doing this, ensure that all packages are select in the Package Selection screen.
  5. Select the top level node (bpmn2)
  6. Select Generator -> Generate all from the top-level menu

Start Eclipse Application

Select the project org.activiti.designer.eclipse and select Run as -> Eclipse application in the context menu (right click).

Team

Main developer: Achim D. Brucker

Contributors

  • Jan Alexander
  • Matthias Klink
  • Helmut Petritsch
  • Raj Ruparel

Publications

Related publications are listed on the SecureBPMN website.